freebsd-ports/print/ggv2/Makefile

32 lines
795 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-31 03:53:22 +02:00
# $FreeBSD$
#
2000-04-09 19:50:59 +02:00
PORTNAME= ggv
2000-05-17 18:31:35 +02:00
PORTVERSION= 0.95
CATEGORIES= print gnome
1999-01-27 09:31:54 +01:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/ggv
2000-01-07 03:07:00 +01:00
MAINTAINER= ade@FreeBSD.org
2000-10-05 09:17:31 +02:00
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6
USE_X_PREFIX= yes
2000-10-05 09:17:31 +02: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_LIBS}|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>