freebsd-ports/x11/dgs/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

30 lines
674 B
Makefile

# New ports collection makefile for: dgs
# Version required: 0.5.0
# Date created: 22 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
# $Id: Makefile,v 1.1.1.1 1998/07/13 02:19:24 steve Exp $
#
DISTNAME= dgs-0.5.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= Nakai@technologist.com
LIB_DEPENDS= jpeg\\.9\\.:${PORTSDIR}/graphics/jpeg \
png\\.2\\.:${PORTSDIR}/graphics/png \
tiff34\\.1\\.:${PORTSDIR}/graphics/tiff34
WRKSRC= ${WRKDIR}/${DISTNAME}/dgs
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
MAN1= gs.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>