1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/print/pslib/Makefile
Kirill Ponomarev 5826b419f1 Update to version 0.2.5
PR:		ports/76285
Submitted by:	Ports Fury
2005-01-16 10:28:34 +00:00

29 lines
638 B
Makefile

# ex:ts=8
# Ports collection makefile for: pslib
# Date created: Jul 13, 2004
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= pslib
PORTVERSION= 0.2.5
CATEGORIES= print
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= A C-library for generating multi page PostScript documents
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
png.5:${PORTSDIR}/graphics/png
USE_GNOME= gnomehack gnometarget intlhack pkgconfig
USE_GETTEXT= yes
USE_LIBTOOL_VER= 15
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
INSTALLS_SHLIB= yes
.include <bsd.port.mk>