1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/graphics/gpdf/Makefile
Marcus Alves Grando b04709e73f - Add patch for security issues
- Bump PORTREVISION
- portlint(1)

Approved by:	gnome (marcus)
Obtained from:	gentoo
Security:	CVE-2005-3624, CVE-2005-3625, CVE-2005-3626,
		CVE-2005-3627, CVE-2006-0301,
		http://secunia.com/advisories/18303/,
		http://secunia.com/advisories/18677/
2006-03-27 22:15:26 +00:00

36 lines
752 B
Makefile

# New ports collection makefile for: gpdf
# Date created: 12 April 2002
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= gpdf
PORTVERSION= 2.10.0
PORTREVISION= 5
CATEGORIES= graphics print gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.10
DIST_SUBDIR= gnome2
MAINTAINER= gnome@FreeBSD.org
COMMENT= GNOME version of xpdf
USE_BZIP2= yes
USE_GMAKE= yes
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgnomeprintui \
desktopfileutils
USE_GETTEXT= yes
USE_X_PREFIX= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
GCONF_SCHEMAS= gpdf.schemas
post-install:
@-update-desktop-database
.include <bsd.port.mk>