summaryrefslogtreecommitdiff
path: root/print/libppd/Makefile
blob: 1c9a6c122b25dd918a778251b7c3e8249e14f502 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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=	2
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
GNU_CONFIGURE=	yes
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>