1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-29 21:39:24 +00:00
freebsd-ports/print/ggv/Makefile

33 lines
828 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 01:53:22 +00:00
# $FreeBSD$
#
2000-04-09 17:50:59 +00:00
PORTNAME= ggv
2001-05-21 19:58:53 +00:00
PORTVERSION= 1.0.1
CATEGORIES= print gnome
1999-01-27 08:31:54 +00:00
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= stable/sources/ggv
MAINTAINER= gnome@FreeBSD.org
2000-10-05 07:17:31 +00:00
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript6
USE_X_PREFIX= yes
2000-10-05 07:17:31 +00:00
USE_GNOME= yes
USE_LIBTOOL= yes
CONFIGURE_ARGS= --with-bonobo
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>