1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/print/apsfilter6/Makefile
Masafumi Max NAKANE 86913ca557 No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by:	asami
1996-12-08 01:45:16 +00:00

32 lines
883 B
Makefile

# FreeBSD ports collection makefile for: apsfilter
# Version required: 4.9.3
# Date created: Tue Nov 14 18:29:48 MET 1995
# Whom: Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.10 1996/12/07 11:26:54 max Exp $
#
DISTNAME= apsfilter-4.9.3
CATEGORIES= print
MASTER_SITES= ftp://freefall.FreeBSD.org/pub/FreeBSD/LOCAL_PORTS/
MAINTAINER= andreas@klemm.gtn.com
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4 \
transfig:${PORTSDIR}/print/transfig \
cjpeg:${PORTSDIR}/graphics/jpeg \
anytopnm:${PORTSDIR}/graphics/netpbm
NO_CONFIGURE= yes
NO_PACKAGE= "Too many questions"
IS_INTERACTIVE= yes
WRKSRC= ${WRKDIR}/apsfilter
pre-clean:
@(cd ${PORTSDIR}/print/ghostscript4 ; ${MAKE} clean)
@(cd ${PORTSDIR}/print/transfig ; ${MAKE} clean)
@(cd ${PORTSDIR}/graphics/jpeg ; ${MAKE} clean)
@(cd ${PORTSDIR}/graphics/netpbm ; ${MAKE} clean)
.include <bsd.port.mk>