1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11/dgs/Makefile

35 lines
821 B
Makefile
Raw Normal View History

# New ports collection makefile for: dgs
2000-01-14 09:44:13 +00:00
# Version required: 0.5.9
# Date created: 22 April 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
#
2000-01-14 09:44:13 +00:00
DISTNAME= dgs-0.5.9
CATEGORIES= x11
2000-01-14 09:44:13 +00:00
#MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITES= ftp://alpha.gnu.org/gnu/gnustep/
MASTER_SITE_SUBDIR= dgs
1999-11-09 08:50:56 +00:00
MAINTAINER= nakai@FreeBSD.org
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
1999-01-23 07:05:35 +00:00
png.3:${PORTSDIR}/graphics/png \
1999-11-09 08:50:56 +00:00
tiff.4:${PORTSDIR}/graphics/tiff \
glib12.3:${PORTSDIR}/devel/glib12
BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript55
1999-11-09 08:50:56 +00:00
GLIB_CONFIG= ${LOCALBASE}/bin/glib12-config
1999-11-09 08:50:56 +00:00
USE_GMAKE= yes
USE_X_PREFIX= yes
1999-11-09 08:50:56 +00:00
GNU_CONFIGURE= yes
CONFIGURE_ENV= GLIB_CONFIG=${GLIB_CONFIG}
MAKE_ENV= INSTALL=${INSTALL}
2000-01-14 09:44:13 +00:00
MAN1= dgs.1 dpsnx.agent.1
1999-11-09 08:50:56 +00:00
MANM= dpsexec makepsres xepsf
.include <bsd.port.mk>