aboutsummaryrefslogtreecommitdiffstats
path: root/print/libppd/Makefile
blob: 40839ef7d04002c92f5f7a5ade9250c9865cf471 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: e-masson@kisoft-services.com
# $FreeBSD$

PORTNAME=   libppd
PORTVERSION=    0.10
PORTREVISION=   2
CATEGORIES= print
MASTER_SITES=   SF/lpr/${PORTNAME}/${PORTVERSION}

MAINTAINER= emss@free.fr
COMMENT=    A library providing routines for ppd files

USE_AUTOTOOLS=  libtool
GNU_CONFIGURE=  yes
USE_LDCONFIG=   Yes
USE_GNOME=  glib12
MAKE_JOBS_UNSAFE=   yes

.include <bsd.port.mk>