freebsd-ports/graphics/libpcd/Makefile
Baptiste Daroussin 8410919504 Support stage
USE_GMAKE -> USES=gmake
2014-01-25 21:25:09 +00:00

19 lines
400 B
Makefile

# Created by: Andrey Slusar <anray@FreeBSD.org>
# $FreeBSD$
PORTNAME= libpcd
PORTVERSION= 1.0.1
CATEGORIES= graphics
MASTER_SITES= http://www.kraxel.org/releases/libpcd/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Library for reading PhotoCD images
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
USES= gmake
MAKEFILE= GNUmakefile
USE_LDCONFIG= yes
.include <bsd.port.mk>