1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/graphics/alpng/Makefile
Tobias Kortkamp feb6abd72f devel/allegro: Update to 4.4.3.1
Some static libraries are now built as shared libraries.  Bump
revision of consumers.

Changes:	https://github.com/liballeg/allegro5/blob/4.4.3.1/docs/src/changes._tx
Changes:	https://github.com/liballeg/allegro5/compare/4.4.2...4.4.3.1
PR:		235477
2019-03-09 08:07:31 +00:00

36 lines
713 B
Makefile

# Created by: Stas Timokhin <stast@bsdportal.ru>
# $FreeBSD$
PORTNAME= alpng
PORTVERSION= 1.3
PORTREVISION= 4
CATEGORIES= graphics
MASTER_SITES= SF
DISTNAME= ${PORTNAME}13
MAINTAINER= devel@stasyan.com
COMMENT= Library for display PNG images in programs
LIB_DEPENDS= liballeg.so:devel/allegro
USES= gmake
HAS_CONFIGURE= yes
MAKEFILE= makefile
MAKE_ARGS= CC="${CC}"
CFLAGS+= -I${LOCALBASE}/include
NO_WRKSUBDIR= yes
PLIST_FILES= include/alpng.h \
lib/libalpng.a
do-configure:
@${REINPLACE_CMD} -e "s|gcc|${CC}|g" ${WRKSRC}/makefile
do-install:
${INSTALL_DATA} ${WRKSRC}/libalpng.a ${STAGEDIR}${PREFIX}/lib/
${INSTALL_DATA} ${WRKSRC}/src/alpng.h ${STAGEDIR}${PREFIX}/include/
.include <bsd.port.mk>