1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/sysutils/LPRngTool/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

32 lines
709 B
Makefile

# Created by: papowell@lprng.com
# $FreeBSD$
PORTNAME= LPRngTool
PORTVERSION= 1.3.2
PORTREVISION= 10
CATEGORIES= sysutils print
MASTER_SITES= SF/lprng/lprngtool/LRPngTool-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Configuration Tool for LPRng
LICENSE= GPLv2
BUILD_DEPENDS= a2ps:print/a2ps \
mpage:print/mpage
USES= ghostscript:build tar:tgz tk
GNU_CONFIGURE= yes
CONFIGURE_ENV= ac_cv_path_WISH=${WISH}
CONFIGURE_ARGS= --with-spool_directory=/var/spool/lpd
USE_LDCONFIG= yes
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
.include <bsd.port.mk>