mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
24 lines
470 B
Makefile
24 lines
470 B
Makefile
# Created by: Andrey Slusar <anray@FreeBSD.org>
|
|
|
|
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
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
|
|
|
USES= gmake
|
|
MAKEFILE= GNUmakefile
|
|
USE_LDCONFIG= yes
|
|
|
|
post-install:
|
|
@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libpcd.so
|
|
|
|
.include <bsd.port.mk>
|