1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11/dgs/Makefile
Steve Price fd5f76a00c Initial import of dgs version 0.5.0.
A display ghostscript system.

PR:		7183 (7 of 9)
Submitted by:	Yukihiro Nakai <Nakai@technologist.com>
1998-07-13 02:19:25 +00:00

30 lines
618 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$
#
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_X11= yes
MAN1= gs.1 pdf2ps.1 ps2ascii.1 ps2epsi.1 ps2pdf.1
post-install:
${LDCONFIG} -m ${PREFIX}/lib
.include <bsd.port.mk>