open-src/app/bdftopcf/Makefile
changeset 970 272328fe1b4a
parent 943 294f64612d23
child 1068 0dc26c96a5af
equal deleted inserted replaced
969:f3e9f1ddd6a8 970:272328fe1b4a
    26 #
    26 #
    27 
    27 
    28 # Package name used in tarballs
    28 # Package name used in tarballs
    29 MODULE_NAME=bdftopcf
    29 MODULE_NAME=bdftopcf
    30 
    30 
       
    31 # pkg(5) name we deliver the files in (override default)
       
    32 MODULE_PKGNAME=x11/font-utilities
       
    33 MODULE_PKGNAME_SET=yes
       
    34 
    31 # Version number (used in path names)
    35 # Version number (used in path names)
    32 MODULE_VERSION=1.0.2
    36 MODULE_VERSION=1.0.2
    33 
    37 
    34 # Checksums for upstream tarball
    38 # Checksums for upstream tarball
    35 TARBALL_MD5  = 148f20d28caaa69bbe7dcca7c2674fb6
    39 TARBALL_MD5  = 148f20d28caaa69bbe7dcca7c2674fb6
    38 # Patches to apply to source after unpacking, in order
    42 # Patches to apply to source after unpacking, in order
    39 SOURCE_PATCHES = 
    43 SOURCE_PATCHES = 
    40 
    44 
    41 # Man pages to apply Sun footer to & attributes to list
    45 # Man pages to apply Sun footer to & attributes to list
    42 SUNTOUCHED_MANPAGES=*.man
    46 SUNTOUCHED_MANPAGES=*.man
    43 SUN_PACKAGE=SUNWxwplt
       
    44 MODULE_STABILITY=Committed
    47 MODULE_STABILITY=Committed
    45 
    48 
    46 # Need to link with libXfont in server private directory
    49 # Need to link with libXfont in server private directory
    47 MODULE_LDFLAGS		= $(X11_SERVERLIBS_LDFLAGS)
    50 MODULE_LDFLAGS		= $(X11_SERVERLIBS_LDFLAGS)
    48 MODULE_LD_OPTIONS	= -R $$ORIGIN/../lib/xorg$(ARCHLIBSUBDIR)
    51 MODULE_LD_OPTIONS	= -R $$ORIGIN/../lib/xorg$(ARCHLIBSUBDIR)
       
    52 
       
    53 # Compatibility links from /usr/X11/bin to /usr/bin
       
    54 MODULE_X11_BINCOMPAT_LINKS = bdftopcf
    49 
    55 
    50 include ../Makefile.inc
    56 include ../Makefile.inc
    51 
    57 
    52 # Clean up old 64-bit builds from before we stopped building them
    58 # Clean up old 64-bit builds from before we stopped building them
    53 clean: clean_64
    59 clean: clean_64