2013-04-27 18:00:26 +02:00
|
|
|
# Created by: papowell@lprng.com
|
2002-05-06 07:55:22 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= LPRngTool
|
|
|
|
PORTVERSION= 1.3.2
|
2016-03-24 16:47:50 +01:00
|
|
|
PORTREVISION= 10
|
2013-04-27 18:00:26 +02:00
|
|
|
CATEGORIES= sysutils print
|
2014-07-30 22:59:56 +02:00
|
|
|
MASTER_SITES= SF/lprng/lprngtool/LRPngTool-${PORTVERSION}
|
2002-05-06 07:55:22 +02:00
|
|
|
|
2006-04-05 07:56:32 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:28:59 +01:00
|
|
|
COMMENT= Configuration Tool for LPRng
|
2002-05-06 07:55:22 +02:00
|
|
|
|
2014-07-30 22:59:56 +02:00
|
|
|
LICENSE= GPLv2
|
2002-05-06 07:55:22 +02:00
|
|
|
|
2016-04-01 16:25:16 +02:00
|
|
|
BUILD_DEPENDS= a2ps:print/a2ps \
|
|
|
|
mpage:print/mpage
|
2002-05-06 07:55:22 +02:00
|
|
|
|
2015-07-16 22:53:28 +02:00
|
|
|
USES= ghostscript:build tar:tgz tk
|
2002-05-06 07:55:22 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-07-30 22:59:56 +02:00
|
|
|
CONFIGURE_ENV= ac_cv_path_WISH=${WISH}
|
|
|
|
CONFIGURE_ARGS= --with-spool_directory=/var/spool/lpd
|
2006-08-15 03:04:55 +02:00
|
|
|
USE_LDCONFIG= yes
|
2002-05-06 07:55:22 +02:00
|
|
|
|
2014-07-30 22:59:56 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
's|=freebsd|=generic|' ${WRKSRC}/Makefile.in
|
|
|
|
@${REINPLACE_CMD} -e \
|
|
|
|
'/cp $$p.sample $$p;/d ; \
|
|
|
|
/chmod 644 $$p;/d' ${WRKSRC}/postinstall.generic.sh
|
2005-02-14 21:30:10 +01:00
|
|
|
|
2002-05-06 07:55:22 +02:00
|
|
|
.include <bsd.port.mk>
|