1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/print/libijs/Makefile
Mario Sergio Fujikawa Ferreira f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00

28 lines
530 B
Makefile

# 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>