freebsd-ports/print/libppd/Makefile
Ade Lovett 54a0b86543 Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
2005-11-15 06:52:12 +00:00

29 lines
689 B
Makefile

# 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
PORTREVISION= 1
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
USE_AUTOTOOLS= libtool:15
INSTALLS_SHLIB= Yes
USE_GETOPT_LONG=Yes
USE_GNOME= glib12
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
.include <bsd.port.mk>