2004-08-24 11:05:39 +02:00
|
|
|
# New ports collection makefile for: libpcd
|
|
|
|
# Date created: 2004-08-23
|
2005-12-15 21:34:46 +01:00
|
|
|
# Whom: Andrey Slusar <anray@FreeBSD.org>
|
2004-08-24 11:05:39 +02:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= libpcd
|
|
|
|
PORTVERSION= 1.0.1
|
|
|
|
CATEGORIES= graphics
|
2011-07-02 16:41:09 +02:00
|
|
|
MASTER_SITES= http://www.kraxel.org/releases/libpcd/
|
2004-08-24 11:05:39 +02:00
|
|
|
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
|
|
|
|
2010-12-02 00:38:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-08-24 11:05:39 +02:00
|
|
|
COMMENT= A library for reading PhotoCD images
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
2011-07-02 16:41:09 +02:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2004-08-24 11:05:39 +02:00
|
|
|
MAKEFILE= ${WRKSRC}/GNUmakefile
|
2011-07-02 16:41:09 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-08-24 11:05:39 +02:00
|
|
|
|
2007-10-04 03:14:50 +02:00
|
|
|
.include <bsd.port.mk>
|