3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
19 lines
366 B
Makefile
19 lines
366 B
Makefile
# Created by: e-masson@kisoft-services.com
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libppd
|
|
PORTVERSION= 0.10
|
|
PORTREVISION= 4
|
|
CATEGORIES= print
|
|
MASTER_SITES= SF/lpr/${PORTNAME}/${PORTVERSION}
|
|
|
|
MAINTAINER= emss@free.fr
|
|
COMMENT= Library providing routines for ppd files
|
|
|
|
USES= libtool
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= Yes
|
|
USE_GNOME= glib12
|
|
MAKE_JOBS_UNSAFE= yes
|
|
|
|
.include <bsd.port.mk>
|