freebsd-ports/graphics/libpcd/Makefile
Martin Wilke a398eb2f80 - Update MASTER_SITES and WWW: line
PR:		158495
Submitted by:	Ports Fury
2011-07-02 14:41:09 +00:00

23 lines
486 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://www.kraxel.org/releases/libpcd/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A library for reading PhotoCD images
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
USE_GMAKE= yes
MAKEFILE= ${WRKSRC}/GNUmakefile
USE_LDCONFIG= yes
.include <bsd.port.mk>