1998-07-13 02:19:25 +00:00
|
|
|
# New ports collection makefile for: dgs
|
|
|
|
# Date created: 22 April 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
|
|
|
#
|
1999-08-31 02:51:23 +00:00
|
|
|
# $FreeBSD$
|
1998-07-13 02:19:25 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 19:19:05 +00:00
|
|
|
PORTNAME= dgs
|
2001-02-05 16:18:54 +00:00
|
|
|
PORTVERSION= 0.5.9
|
1998-07-13 02:19:25 +00:00
|
|
|
CATEGORIES= x11
|
2001-01-28 19:05:27 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
1999-01-27 07:41:29 +00:00
|
|
|
MASTER_SITE_SUBDIR= dgs
|
1998-07-13 02:19:25 +00:00
|
|
|
|
1999-11-09 08:50:56 +00:00
|
|
|
MAINTAINER= nakai@FreeBSD.org
|
1998-07-13 02:19:25 +00:00
|
|
|
|
1998-09-15 11:46:15 +00:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2001-09-11 02:30:09 +00:00
|
|
|
png.5:${PORTSDIR}/graphics/png \
|
2000-10-05 06:23:01 +00:00
|
|
|
tiff.4:${PORTSDIR}/graphics/tiff
|
2001-09-11 20:52:33 +00:00
|
|
|
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
|
1998-07-13 02:19:25 +00:00
|
|
|
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 06:23:01 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GLIB= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
1999-11-09 08:50:56 +00:00
|
|
|
GNU_CONFIGURE= yes
|
1998-07-13 02:19:25 +00:00
|
|
|
|
2000-01-14 09:44:13 +00:00
|
|
|
MAN1= dgs.1 dpsnx.agent.1
|
2000-10-13 09:37:27 +00:00
|
|
|
MANN= dpsexec.man makepsres.man xepsf.man
|
|
|
|
|
|
|
|
pre-patch:
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|manm|mann|g'
|
|
|
|
|
|
|
|
|
1998-07-13 02:19:25 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|