1999-01-17 21:19:18 +01:00
|
|
|
# New ports collection makefile for: gnomeprint
|
|
|
|
# Date created: 15 Jan 1999
|
1999-08-31 08:53:31 +02:00
|
|
|
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
|
1999-01-17 21:19:18 +01:00
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/print/gnome-print/Makefile,v 1.6 2007/09/24 19:40:45 mezz Exp $
|
1999-01-17 21:19:18 +01:00
|
|
|
#
|
|
|
|
|
2006-05-28 15:24:05 +02:00
|
|
|
PORTNAME= gnome-print
|
2002-09-16 18:12:50 +02:00
|
|
|
PORTVERSION= 0.37
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 12
|
1999-02-02 15:17:53 +01:00
|
|
|
CATEGORIES= print gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2000-04-09 19:41:40 +02:00
|
|
|
DISTNAME= gnome-print-${PORTVERSION}
|
2002-06-06 06:00:34 +02:00
|
|
|
DIST_SUBDIR= gnome
|
1999-01-17 21:19:18 +01:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= Gnome print support library
|
1999-01-17 21:19:18 +01:00
|
|
|
|
2006-05-16 07:14:39 +02:00
|
|
|
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
|
2002-03-11 18:25:31 +01:00
|
|
|
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
|
1999-05-30 05:53:04 +02:00
|
|
|
|
2006-05-16 07:14:39 +02:00
|
|
|
USE_GHOSTSCRIPT_RUN= yes
|
|
|
|
|
2000-09-28 19:58:46 +02:00
|
|
|
PLIST_SUB= VERSION=${PORTVERSION}
|
|
|
|
|
2010-12-04 08:34:27 +01:00
|
|
|
USE_AUTOTOOLS= libtool
|
2002-06-06 02:24:35 +02:00
|
|
|
USE_BZIP2= yes
|
1999-01-17 21:19:18 +01:00
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_PERL5= yes
|
2002-07-11 19:16:10 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix gnomehier gnomelibs gnomecanvas
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2006-10-14 10:54:54 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2003-08-31 04:03:21 +02:00
|
|
|
|
2001-12-17 10:03:07 +01:00
|
|
|
post-install:
|
|
|
|
@${TOUCH} ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap
|
|
|
|
|
1999-01-17 21:19:18 +01:00
|
|
|
.include <bsd.port.mk>
|