ports/print/psutils/Makefile
Daniel Engberg b77a9cbfc1 print/psutils: Remove dead mirrors
Remove mirrors that are no longer responding or providing service

Approved by:	portmgr (blanket, build fix)
2024-05-19 09:24:17 +02:00

35 lines
814 B
Makefile

PORTNAME= psutils
PORTVERSION= 1.17
PORTREVISION= 6
CATEGORIES= print
MASTER_SITES= TEX/obsolete/support/psutils \
https://ftp.osuosl.org/pub/blfs/conglomeration/psutils/
DISTNAME= psutils-p17
MAINTAINER= hrs@FreeBSD.org
COMMENT= Utilities for manipulating PostScript documents
WWW= http://gershwin.ens.fr/vdaniel/Doc-Locale/Outils-Gnu-Linux/PsUtils/
LICENSE= PSUTILS
LICENSE_NAME= PS Utilities License
LICENSE_FILE= ${WRKSRC}/LICENSE
LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
LIB_DEPENDS= libpaper.so:print/libpaper
USES= perl5
USE_PERL5= build
MAKEFILE= Makefile.unix
MAKE_ENV+= CHMOD="${CHMOD}" \
DATADIR="${DATADIR}" \
PERL="${PERL}"
SCRIPTS_ENV+= CC=${CC} \
DATADIR=${DATADIR} \
PAPER=dummy \
PERL5=${PERL}
WRKSRC= ${WRKDIR}/${PORTNAME}
.include <bsd.port.mk>