freebsd-ports/x11/dgs/Makefile

37 lines
743 B
Makefile
Raw Normal View History

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