freebsd-ports/graphics/libpcd/Makefile
Edwin Groothuis 5799d9acd6 [PATCH] change MAINTAINER email address for all my ports.
PR:		ports/75559
Submitted by:	Andrey Slusar <anray@inet.ua>
2004-12-30 02:37:15 +00:00

30 lines
650 B
Makefile

# New ports collection makefile for: libpcd
# Date created: 2004-08-23
# Whom: Andrey Slusar <anray@inet.ua>
#
# $FreeBSD$
#
PORTNAME= libpcd
PORTVERSION= 1.0.1
CATEGORIES= graphics
MASTER_SITES= http://dl.bytesex.org/releases/libpcd/
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= anrays@gmail.com
COMMENT= A library for reading PhotoCD images
USE_GMAKE= yes
INSTALLS_SHLIB= yes
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
MAKEFILE= ${WRKSRC}/GNUmakefile
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e 's/uint_fast16_t/uint32_t/' ${WRKSRC}/yuv2rgb.c
.endif
.include <bsd.port.post.mk>