diff options
Diffstat (limited to 'graphics/xpm/Makefile')
-rw-r--r-- | graphics/xpm/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/graphics/xpm/Makefile b/graphics/xpm/Makefile new file mode 100644 index 00000000000..005dabf01c0 --- /dev/null +++ b/graphics/xpm/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: xpm +# Version required: 3.4j +# Date created: 14 September 1994 +# Whom: jkh +# +# FreeBSD Id: Makefile,v 1.14 1997/07/17 15:12:45 max Exp +# + +DISTNAME= xpm-3.4j +CATEGORIES= graphics x11 +MASTER_SITES= ftp://avahi.inria.fr/pub/xpm/ + +USE_IMAKE= yes + +post-install: + ${LDCONFIG} -m ${PREFIX}/lib + +.include <bsd.port.mk> |