freebsd-ports/print/enscriptfonts/Makefile
Martin Wilke 8ca9f0d689 - Convert NOMANCOMPRESS to NO_MANCOMPRESS to sync with src
PR:	ports/136065 ports/127469
Submitted by:	N.J. Mann <njm@njm.me.uk> and Aldis Berjoza <killasmurf86@gmail.com>

- Early identify port CONFLICTS

PR:	137855
Submitted by:		Piotr Smyrak <smyru@heron.pl>

- Add --no-same-permissions to the EXTRACT_AFTER_ARGS command.

Tijl Coosemans has been reported an issue that when root is extracting from the
tarball, and the tarball contains world writable files
(sysutils/policykit as an example), there is a chance that the files
gets changed by malicious third parties right after the extraction,
which makes it possible to inject code into the package thus compromise
the system.

Submitted by:	Tijl Coosemans <tijl@coosemans.org> Xin LI (delphij@)

- Fix some whitespaces

Tested with:	exp-run
2009-12-29 10:25:55 +00:00

34 lines
741 B
Makefile

# New ports collection makefile for: enscriptfonts
# Date created: 15 June, 1998
# Whom: kline
#
# $FreeBSD$
#
PORTNAME= enscriptfonts
PORTVERSION= 0.81
CATEGORIES= print
MASTER_SITES= http://muuz.deadbbs.com/FreeBSD/xenscript/
DISTNAME= enscript_fonts-0.81
EXTRACT_SUFX= .tbz
MAINTAINER= araujo@FreeBSD.org
COMMENT= More than 120 free- and share-ware fonts to extend enscript-1.5
NO_WRKSUBDIR= YES
NO_MANCOMPRESS= YES
NO_BUILD= YES
SUB_FILES+= pkg-message
# user should choose their own version
#RUN_DEPENDS= enscript:${PORTSDIR}/print/enscript-letter
do-install:
@${MKDIR} ${PREFIX}/share/enscript/xenscript
@${CP} -p ${WRKDIR}/* ${PREFIX}/share/enscript/xenscript
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>