open-src/app/xpm/Makefile
changeset 970 272328fe1b4a
parent 943 294f64612d23
child 1072 88d1d779286d
--- a/open-src/app/xpm/Makefile	Wed Jun 30 14:10:39 2010 -0700
+++ b/open-src/app/xpm/Makefile	Fri Jul 02 21:03:57 2010 -0700
@@ -31,6 +31,10 @@
 SOURCE_TARBALL_DIR=lib
 SOURCE_TARBALL_DIR_SET=yes
 
+# pkg(5) name we deliver the files in (override default)
+MODULE_PKGNAME=x11/library/libxpm
+MODULE_PKGNAME_SET=yes
+
 # Version number (used in path names)
 MODULE_VERSION=3.5.8
 
@@ -43,7 +47,6 @@
 
 # man pages to apply Sun footer to & attributes to list
 SUNTOUCHED_MANPAGES=cxpm/cxpm.man sxpm/sxpm.man
-SUN_PACKAGE=SUNWxwplt
 MODULE_STABILITY=Uncommitted
 
 INSTALL_TARGETS=install_xpm_apps
@@ -55,6 +58,9 @@
 # Undo libtool use of libXpm.la to link with
 #MODULE_BUILD_DEPS=delibtoolize
 
+# Compatibility links from /usr/X11/bin to /usr/bin
+MODULE_X11_BINCOMPAT_LINKS = cxpm sxpm
+
 include ../Makefile.inc
 
 install_xpm_apps: $(BUILD_TARGETS)