2013-09-21 00:43:59 +02:00
|
|
|
# Created by: e-masson@kisoft-services.com
|
2005-10-13 04:09:46 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libppd
|
|
|
|
PORTVERSION= 0.10
|
2014-09-13 17:11:27 +02:00
|
|
|
PORTREVISION= 4
|
2005-10-13 04:09:46 +02:00
|
|
|
CATEGORIES= print
|
2009-08-22 02:35:32 +02:00
|
|
|
MASTER_SITES= SF/lpr/${PORTNAME}/${PORTVERSION}
|
2005-10-13 04:09:46 +02:00
|
|
|
|
2010-01-08 14:01:26 +01:00
|
|
|
MAINTAINER= emss@free.fr
|
2014-06-20 13:39:40 +02:00
|
|
|
COMMENT= Library providing routines for ppd files
|
2005-10-13 04:09:46 +02:00
|
|
|
|
2014-06-20 13:39:40 +02:00
|
|
|
USES= libtool
|
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
|
|
|
USE_LDCONFIG= Yes
|
2005-10-14 00:33:16 +02:00
|
|
|
USE_GNOME= glib12
|
2009-11-20 23:53:09 +01:00
|
|
|
MAKE_JOBS_UNSAFE= yes
|
2005-10-13 04:09:46 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|