2005-10-13 04:09:46 +02:00
|
|
|
# New ports collection makefile for: libppd
|
|
|
|
# Date created: 22 Apr 2005 17:00:00 CEST
|
|
|
|
# Whom: e-masson@kisoft-services.com
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libppd
|
|
|
|
PORTVERSION= 0.10
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 2
|
2005-10-13 04:09:46 +02:00
|
|
|
CATEGORIES= print
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= lpr
|
|
|
|
|
|
|
|
MAINTAINER= e-masson@kisoft-services.com
|
|
|
|
COMMENT= A library providing routines for ppd files
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
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
|
2005-10-13 04:09:46 +02:00
|
|
|
|
2005-10-14 00:33:16 +02:00
|
|
|
MAN1= ppdfilt.1
|
|
|
|
MAN3= ppd_check_option_is_marked.3 ppd_emit_to_file.3 \
|
|
|
|
ppd_file_free.3 ppd_file_new.3 ppd_find_choice.3 \
|
|
|
|
ppd_get_num_conflicts.3 ppd_get_page_length.3
|
2005-10-13 04:09:46 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|