diff options
author | hrs <hrs@FreeBSD.org> | 2013-04-28 00:00:26 +0800 |
---|---|---|
committer | hrs <hrs@FreeBSD.org> | 2013-04-28 00:00:26 +0800 |
commit | c5f6ac09519c1785849f7594e34002339744acff (patch) | |
tree | a41583195bf11eaddcc25d81461b4a49df2cefca /sysutils/LPRngTool | |
parent | c36b048feeda3fbfb1d25ab09445bd785e3bfe05 (diff) | |
download | freebsd-ports-gnome-c5f6ac09519c1785849f7594e34002339744acff.tar.gz freebsd-ports-gnome-c5f6ac09519c1785849f7594e34002339744acff.tar.zst freebsd-ports-gnome-c5f6ac09519c1785849f7594e34002339744acff.zip |
Add libpaper support to print/a2ps-*[1], print/c2ps-*, print/lprps-*,
graphics/jpeg2ps-*, and merge the papersize-suffixed versions into
single ones respectively as print/psutils did.
Approved by: dinoex (maintainer) [1]
Diffstat (limited to 'sysutils/LPRngTool')
-rw-r--r-- | sysutils/LPRngTool/Makefile | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sysutils/LPRngTool/Makefile b/sysutils/LPRngTool/Makefile index 3a8bb8dc49c4..1a476a8dd045 100644 --- a/sysutils/LPRngTool/Makefile +++ b/sysutils/LPRngTool/Makefile @@ -1,14 +1,10 @@ -# New ports collection makefile for: LPRngTool -# Date created: 10 Oct 2001 -# Whom: papowell@lprng.com -# +# Created by: papowell@lprng.com # $FreeBSD$ -# PORTNAME= LPRngTool PORTVERSION= 1.3.2 -PORTREVISION= 6 -CATEGORIES= sysutils print +PORTREVISION= 7 +CATEGORIES= sysutils print MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \ ftp://ftp.cise.ufl.edu/pub/mirrors/%SUBDIR%/ \ ftp://ftp.cs.umn.edu/pub/%SUBDIR%/ \ @@ -20,7 +16,7 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Configuration Tool for LPRng -BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps-letter \ +BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps \ wish:${PORTSDIR}/x11-toolkits/tk-wrapper #RUN_DEPENDS= ifhp:${PORTSDIR}/print/ifhp |