2002-07-08 00:32:49 +02:00
|
|
|
# New ports collection makefile for: ggv2
|
|
|
|
# Date created: 07 July 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
1998-10-19 16:29:02 +02:00
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
1998-10-19 16:29:02 +02:00
|
|
|
#
|
|
|
|
|
2002-07-08 00:32:49 +02:00
|
|
|
PORTNAME= ggv2
|
2003-06-03 03:46:47 +02:00
|
|
|
PORTVERSION= 2.0.1
|
1999-02-02 14:04:06 +01:00
|
|
|
CATEGORIES= print gnome
|
1999-01-27 09:31:54 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-04-14 20:57:51 +02:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.0
|
2002-07-08 00:32:49 +02:00
|
|
|
DISTNAME= ggv-${PORTVERSION}
|
|
|
|
DIST_SUBDIR= gnome2
|
1998-10-19 16:29:02 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-04-14 20:57:51 +02:00
|
|
|
COMMENT= GNOME 2 ghostscript viewer
|
1998-10-19 16:29:02 +02:00
|
|
|
|
2002-07-08 00:32:49 +02:00
|
|
|
BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
|
2001-09-11 23:23:46 +02:00
|
|
|
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
|
1998-10-19 16:29:02 +02:00
|
|
|
|
2002-07-08 00:32:49 +02:00
|
|
|
USE_BZIP2= yes
|
1998-10-19 16:29:02 +02:00
|
|
|
USE_X_PREFIX= yes
|
2001-11-12 13:43:28 +01:00
|
|
|
USE_GMAKE= yes
|
2003-04-14 20:57:51 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack libgnomeui
|
2001-11-12 13:43:28 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2002-07-08 00:32:49 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
2003-06-03 03:46:47 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-08-04 03:19:21 +02:00
|
|
|
|
1998-10-19 16:29:02 +02:00
|
|
|
.include <bsd.port.mk>
|