1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/graphics/alpng/Makefile
2012-06-01 05:26:28 +00:00

34 lines
747 B
Makefile

# New ports collection makefile for: graphics/alpng
# Date created: 27 Aug 2009
# Whom: Stas Timokhin <stast@bsdportal.ru>
#
# $FreeBSD$
#
PORTNAME= alpng
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
DISTNAME= ${PORTNAME}13
MAINTAINER= devel@stasyan.com
COMMENT= Library for display PNG images in programs
LIB_DEPENDS+= alleg.42:${PORTSDIR}/devel/allegro
HAS_CONFIGURE= yes
WRKSRC= ${WRKDIR}
MAKEFILE= makefile
USE_GMAKE= yes
CFLAGS+= -I${LOCALBASE}/include
PLIST_FILES= include/alpng.h \
lib/libalpng.a
do-install:
${INSTALL_DATA} ${WRKSRC}/libalpng.a ${PREFIX}/lib/libalpng.a
${INSTALL_DATA} ${WRKSRC}/src/alpng.h ${PREFIX}/include/alpng.h
.include <bsd.port.mk>