diff options
Diffstat (limited to 'print/libijs/Makefile')
-rw-r--r-- | print/libijs/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/print/libijs/Makefile b/print/libijs/Makefile new file mode 100644 index 000000000000..0bd8c626b082 --- /dev/null +++ b/print/libijs/Makefile @@ -0,0 +1,27 @@ +# New ports collection makefile for: hpijs +# Date created: 1 May 2002 +# Whom: ports@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= libijs +PORTVERSION= 0.34 +CATEGORIES= print +MASTER_SITES= http://www.linuxprinting.org/ijs/download/ +DISTNAME= ijs-${PORTVERSION} +DIST_SUBDIR= ghostscript + +MAINTAINER= ports@FreeBSD.org + +USE_GMAKE= yes +GNU_CONFIGURE= yes +CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +INSTALLS_SHLIB= yes + +MAKE_ENV= SHLIB_VER=${SHLIB_VER} +PLIST_SUB= SHLIB_VER=${SHLIB_VER} + +SHLIB_VER= 1 + +.include <bsd.port.mk> |