3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
22 lines
485 B
Makefile
22 lines
485 B
Makefile
# New ports collection makefile for: libpcd
|
|
# Date created: 2004-08-23
|
|
# Whom: Andrey Slusar <anray@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libpcd
|
|
PORTVERSION= 1.0.1
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://dl.bytesex.org/releases/libpcd/
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
MAINTAINER= anray@FreeBSD.org
|
|
COMMENT= A library for reading PhotoCD images
|
|
|
|
USE_GMAKE= yes
|
|
USE_LDCONFIG= yes
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
|
MAKEFILE= ${WRKSRC}/GNUmakefile
|
|
|
|
.include <bsd.port.mk>
|