2002-07-08 00:32:49 +02:00
|
|
|
# New ports collection makefile for: ggv2
|
|
|
|
# Date created: 07 July 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
1998-10-19 16:29:02 +02:00
|
|
|
#
|
1999-08-31 03:53:22 +02:00
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/print/ggv/Makefile,v 1.8 2007/09/24 19:40:45 mezz Exp $
|
1998-10-19 16:29:02 +02:00
|
|
|
#
|
|
|
|
|
2005-01-25 00:42:17 +01:00
|
|
|
PORTNAME= ggv
|
2005-11-05 07:26:18 +01:00
|
|
|
PORTVERSION= 2.12.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
1999-02-02 14:04:06 +01:00
|
|
|
CATEGORIES= print gnome
|
2009-02-02 02:36:16 +01:00
|
|
|
MASTER_SITES= GNOME
|
2002-07-08 00:32:49 +02:00
|
|
|
DIST_SUBDIR= gnome2
|
1998-10-19 16:29:02 +02:00
|
|
|
|
2001-05-11 18:36:50 +02:00
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
2003-04-14 20:57:51 +02:00
|
|
|
COMMENT= GNOME 2 ghostscript viewer
|
1998-10-19 16:29:02 +02:00
|
|
|
|
2002-07-08 00:32:49 +02:00
|
|
|
USE_BZIP2= yes
|
2004-11-23 03:23:08 +01:00
|
|
|
INSTALLS_OMF= yes
|
2001-11-12 13:43:28 +01:00
|
|
|
USE_GMAKE= yes
|
2004-11-07 23:24:32 +01:00
|
|
|
USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui desktopfileutils
|
2006-05-16 00:23:04 +02:00
|
|
|
USE_GETTEXT= yes
|
2004-04-05 05:11:39 +02:00
|
|
|
USE_GHOSTSCRIPT=yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2003-06-03 03:46:47 +02:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2000-08-04 03:19:21 +02:00
|
|
|
|
2004-11-07 23:24:32 +01:00
|
|
|
GCONF_SCHEMAS= ggv.schemas
|
|
|
|
|
2005-02-10 01:07:39 +01:00
|
|
|
post-install:
|
|
|
|
@-update-desktop-database > /dev/null
|
|
|
|
|
1998-10-19 16:29:02 +02:00
|
|
|
.include <bsd.port.mk>
|