freebsd-ports/x11/dgs/Makefile

54 lines
1.3 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: dgs
# Date created: 22 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-08-31 04:51:23 +02:00
# $FreeBSD$
#
2000-04-13 21:19:05 +02:00
PORTNAME= dgs
2001-02-05 17:18:54 +01:00
PORTVERSION= 0.5.9
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= dgs
1999-11-09 09:50:56 +01:00
MAINTAINER= nakai@FreeBSD.org
COMMENT= A display ghostscript system
.if defined(WITH_GHOSTSCRIPT_AFPL) && ${WITH_GHOSTSCRIPT_AFPL} == yes
GSPORT?= print/ghostscript-afpl
.else
GSPORT?= print/ghostscript-gnu
.endif
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
2001-09-11 04:30:09 +02:00
png.5:${PORTSDIR}/graphics/png \
2000-10-05 08:23:01 +02:00
tiff.4:${PORTSDIR}/graphics/tiff
RUN_DEPENDS= gs:${PORTSDIR}/${GSPORT}
USE_X_PREFIX= yes
2000-10-05 08:23:01 +02:00
USE_GMAKE= yes
USE_GNOME= glib12
INSTALLS_SHLIB= yes
1999-11-09 09:50:56 +01:00
GNU_CONFIGURE= yes
2000-01-14 10:44:13 +01:00
MAN1= dgs.1 dpsnx.agent.1
MANN= dpsexec.man makepsres.man xepsf.man
.ifdef USE_DGS
.error You have `USE_DGS' variable defined either in environment or in make(1) arguments. Please undefine and try again.
.endif
pre-fetch:
.if !defined(WITH_GHOSTSCRIPT_AFPL) || ${WITH_GHOSTSCRIPT_AFPL} != yes
@${ECHO} ""
@${ECHO} " Define WITH_GHOSTSCRIPT_AFPL=yes to use"
@${ECHO} " AFPL Postscript interpreter instead of GNU one"
@${ECHO} ""
.endif
pre-patch:
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
's|manm|mann|g'
.include <bsd.port.mk>