1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/x11/dgs/Makefile
Vanilla I. Shu edecf3c4f0 Change maitainer's email address,
and BROKEN some gnome ports until I upgrade it.
1999-01-12 16:51:33 +00:00

27 lines
601 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.9 1998/11/25 09:01:24 asami Exp $
#
DISTNAME= dgs-0.5.0
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= nacai@iname.com
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.2:${PORTSDIR}/graphics/png \
tiff.4:${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
.include <bsd.port.mk>