freebsd-ports/print/gnome-print/Makefile

42 lines
975 B
Makefile
Raw Normal View History

1999-01-17 21:19:18 +01:00
# New ports collection makefile for: gnomeprint
# Date created: 15 Jan 1999
# Whom: Vanilla I. Shu <vanilla@FreeBSD.org>
1999-01-17 21:19:18 +01:00
#
1999-08-31 03:53:22 +02:00
# $FreeBSD$
# $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
#
PORTNAME= gnome-print
2002-09-16 18:12:50 +02:00
PORTVERSION= 0.37
2012-06-01 07:26:28 +02:00
PORTREVISION= 12
CATEGORIES= print gnome
MASTER_SITES= GNOME
DISTNAME= gnome-print-${PORTVERSION}
2002-06-06 06:00:34 +02:00
DIST_SUBDIR= gnome
1999-01-17 21:19:18 +01:00
MAINTAINER= gnome@FreeBSD.org
COMMENT= Gnome print support library
1999-01-17 21:19:18 +01:00
BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
USE_GHOSTSCRIPT_RUN= yes
PLIST_SUB= VERSION=${PORTVERSION}
2010-12-04 08:34:27 +01:00
USE_AUTOTOOLS= libtool
USE_BZIP2= yes
1999-01-17 21:19:18 +01:00
USE_GMAKE= yes
USE_PERL5= yes
USE_GNOME= gnomehack gnomeprefix gnomehier gnomelibs gnomecanvas
2006-05-16 00:23:04 +02:00
USE_GETTEXT= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
post-install:
@${TOUCH} ${PREFIX}/etc/gnome/fonts/gnome-print-x11.fontmap
1999-01-17 21:19:18 +01:00
.include <bsd.port.mk>