aboutsummaryrefslogtreecommitdiff
path: root/graphics/libpcd/Makefile
blob: fc9ebc79635485cd1576156eedbf0cf045dddd4e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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

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>