1999-01-17 20:19:18 +00:00
|
|
|
# New ports collection makefile for: gnomeprint
|
|
|
|
# Date created: 15 Jan 1999
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1999-01-17 20:19:18 +00:00
|
|
|
#
|
1999-08-31 01:53:22 +00:00
|
|
|
# $FreeBSD$
|
1999-01-17 20:19:18 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 17:50:59 +00:00
|
|
|
PORTNAME= gnomeprint
|
2002-06-05 20:15:54 +00:00
|
|
|
PORTVERSION= 0.36
|
1999-02-02 14:17:53 +00:00
|
|
|
CATEGORIES= print gnome
|
1999-01-27 08:31:54 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
1999-12-04 19:08:13 +00:00
|
|
|
MASTER_SITE_SUBDIR= stable/sources/gnome-print
|
2000-04-09 17:41:40 +00:00
|
|
|
DISTNAME= gnome-print-${PORTVERSION}
|
1999-01-17 20:19:18 +00:00
|
|
|
|
2001-05-11 16:36:50 +00:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
1999-01-17 20:19:18 +00:00
|
|
|
|
2001-11-22 08:57:36 +00:00
|
|
|
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2 # XXX
|
2002-03-11 17:25:31 +00:00
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
2001-09-11 21:23:46 +00:00
|
|
|
RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript-gnu
|
1999-05-30 03:53:04 +00:00
|
|
|
|
2000-09-28 17:58:46 +00:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
|
1999-01-17 20:19:18 +00:00
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
2001-05-04 21:39:58 +00:00
|
|
|
USE_GNOMECTRL= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2001-10-09 07:31:12 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-11-20 14:18:25 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
1999-05-30 03:53:04 +00:00
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-01-17 20:19:18 +00:00
|
|
|
|
2000-08-04 16:11:37 +00:00
|
|
|
pre-patch:
|
2001-03-29 16:35:19 +00:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-04 01:19:21 +00:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2001-10-09 07:31:12 +00:00
|
|
|
@find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
|
2000-08-04 01:19:21 +00:00
|
|
|
's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
|
|
|
|
s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
|
|
|
|
|
2001-12-17 09:03:07 +00:00
|
|
|
post-install:
|
|
|
|
@${TOUCH} ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap
|
|
|
|
|
1999-01-17 20:19:18 +00:00
|
|
|
.include <bsd.port.mk>
|