freebsd-ports/print/ggv2/Makefile

38 lines
993 B
Makefile
Raw Normal View History

# New ports collection makefile for: ggv2
# Date created: 07 July 2002
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
#
1999-08-30 21:53:22 -04:00
# $FreeBSD$
#
PORTNAME= ggv2
2002-07-29 21:36:00 -04:00
PORTVERSION= 1.99.9
CATEGORIES= print gnome
1999-01-27 03:31:54 -05:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= 2.0.0/sources/${PORTNAME:S/2$//}
DISTNAME= ggv-${PORTVERSION}
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
BUILD_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
LIB_DEPENDS= gnomeui-2.0:${PORTSDIR}/x11-toolkits/libgnomeui
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
USE_BZIP2= yes
USE_X_PREFIX= yes
2001-11-12 07:43:28 -05:00
USE_GMAKE= yes
2002-07-29 21:36:00 -04:00
USE_GNOMENG= yes
USE_GNOME= gnomeprefix gnomehack
2001-11-12 07:43:28 -05:00
GNU_CONFIGURE= yes
USE_REINPLACE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2001-11-12 07:43:28 -05:00
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
2002-07-29 21:36:00 -04:00
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
.include <bsd.port.mk>