1999-01-17 14:58:37 -05:00
|
|
|
# New ports collection makefile for: ggv
|
|
|
|
# Date created: 21 August 1998
|
|
|
|
# Whom: Yukihiro Nakai <Nakai@technologist.com>
|
1998-10-19 10:29:02 -04:00
|
|
|
#
|
1999-08-30 21:53:22 -04:00
|
|
|
# $FreeBSD$
|
1998-10-19 10:29:02 -04:00
|
|
|
#
|
|
|
|
|
2000-04-09 13:50:59 -04:00
|
|
|
PORTNAME= ggv
|
2000-05-17 12:31:35 -04:00
|
|
|
PORTVERSION= 0.95
|
1999-02-02 08:04:06 -05:00
|
|
|
CATEGORIES= print gnome
|
1999-01-27 03:31:54 -05:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 14:08:13 -05:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/ggv
|
1998-10-19 10:29:02 -04:00
|
|
|
|
2000-01-06 21:07:00 -05:00
|
|
|
MAINTAINER= ade@FreeBSD.org
|
1998-10-19 10:29:02 -04:00
|
|
|
|
2000-10-05 03:17:31 -04:00
|
|
|
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6
|
1998-10-19 10:29:02 -04:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2000-10-05 03:17:31 -04:00
|
|
|
USE_GNOME= yes
|
1999-05-29 23:43:44 -04:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1998-10-19 10:29:02 -04:00
|
|
|
|
2000-08-04 12:11:37 -04:00
|
|
|
pre-patch:
|
2000-08-03 21:19:21 -04:00
|
|
|
@${PERL} -pi -e 's|-lpthread|-pthread|g ; \
|
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
@find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \
|
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
1998-10-19 10:29:02 -04:00
|
|
|
.include <bsd.port.mk>
|