freebsd-ports/print/ggv2/Makefile

32 lines
788 B
Makefile
Raw Normal View History

# New ports collection makefile for: ggv
# Date created: 21 August 1998
# Whom: Yukihiro Nakai <Nakai@technologist.com>
#
1999-08-30 21:53:22 -04:00
# $FreeBSD$
#
2000-04-09 13:50:59 -04:00
PORTNAME= ggv
2000-05-17 12:31:35 -04:00
PORTVERSION= 0.95
CATEGORIES= print gnome
1999-01-27 03:31:54 -05:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/ggv
2000-01-06 21:07:00 -05:00
MAINTAINER= ade@FreeBSD.org
2000-10-05 03:17:31 -04:00
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6
USE_X_PREFIX= yes
2000-10-05 03:17:31 -04:00
USE_GNOME= yes
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
pre-patch:
@${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'
.include <bsd.port.mk>