60d1a83c2a
- Replace ${MASTER_SITE_FOO} with FOO. - Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9% of the time.) - Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and no hint of what it should be was present. - Fix some logic. - And generally, make things more simple and easy to understand. While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and SAMBA macros. Also, replace some EXTRACT_SUFX occurences with USES=tar:*. Checked by: make fetch-urlall-list With hat: portmgr Sponsored by: Absolight
26 lines
719 B
Makefile
26 lines
719 B
Makefile
# Created by: Jean-Marc Zucconi <jmz@FreeBSD.org> and David O'Brien <obrien@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= psutils
|
|
PORTVERSION= 1.17
|
|
PORTREVISION= 5
|
|
CATEGORIES= print
|
|
MASTER_SITES= ftp://ftp.dcs.ed.ac.uk/pub/ajcd/ \
|
|
ftp://ftp.knackered.org/pub/psutils/ \
|
|
TEX_CTAN/support/psutils
|
|
DISTNAME= psutils-p17
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Utilities for manipulating PostScript documents
|
|
|
|
LIB_DEPENDS= libpaper.so:${PORTSDIR}/print/libpaper
|
|
|
|
USES= perl5
|
|
USE_PERL5= build
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
MAKEFILE= Makefile.unix
|
|
MAKE_ENV+= DATADIR="${DATADIR}" PERL="${PERL}" CHMOD="${CHMOD}"
|
|
SCRIPTS_ENV+= PERL5=${PERL} CC=${CC} DATADIR=${DATADIR} \
|
|
MANPREFIX=${MANPREFIX} PAPER=dummy
|
|
|
|
.include <bsd.port.mk>
|