# New ports collection makefile for: graphics/alpng # Date created: 27 Aug 2009 # Whom: Stas Timokhin # # $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 vcs-git' href='https://www.csie.ntu.edu.tw/~b01902062/git/freebsd-ports-gnome' title='freebsd-ports-gnome Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Fix trailing whitespace in pkg-descrs, categories [g-n]*amdmi32016-05-191-2/+2
* Convert a bunch of EXTRACT_SUFX=... into USES=tar:...adamw2014-07-30