aboutsummaryrefslogtreecommitdiff
path: root/graphics/alpng
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2009-10-13 22:27:48 +0000
committerMartin Wilke <miwi@FreeBSD.org>2009-10-13 22:27:48 +0000
commit83a3bf03fc19869350ee7f54f5ed454ad3d1c332 (patch)
treee73a1a92d2e84f5a75d28d4f040f0939d184c6c8 /graphics/alpng
parent83cf35893c72d614666e379a522643a3fa3c3378 (diff)
downloadports-83a3bf03fc19869350ee7f54f5ed454ad3d1c332.tar.gz
ports-83a3bf03fc19869350ee7f54f5ed454ad3d1c332.zip
This library servers for displaying PNG images in programs
using the Allegro multimedia library. WWW: http://alpng.sourceforge.net/ PR: ports/139557 Submitted by: Stas Timokhin <stast at bsdportal.ru>
Notes
Notes: svn path=/head/; revision=242793
Diffstat (limited to 'graphics/alpng')
-rw-r--r--graphics/alpng/Makefile33
-rw-r--r--graphics/alpng/distinfo3
-rw-r--r--graphics/alpng/pkg-descr4
3 files changed, 40 insertions, 0 deletions
diff --git a/graphics/alpng/Makefile b/graphics/alpng/Makefile
new file mode 100644
index 000000000000..72b202685ce5
--- /dev/null
+++ b/graphics/alpng/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: graphics/alpng
+# Date created: 27 Aug 2009
+# Whom: Stas Timokhin <stast@bsdportal.ru>
+#
+# $FreeBSD$
+#
+
+PORTNAME= alpng
+PORTVERSION= 1.3
+CATEGORIES= graphics
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}
+DISTNAME= ${PORTNAME}13
+
+MAINTAINER= stast@bsdportal.ru
+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
+MAKE_ENV+= CFLAGS="${CFLAGS}"
+
+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>
diff --git a/graphics/alpng/distinfo b/graphics/alpng/distinfo
new file mode 100644
index 000000000000..93466b2608c4
--- /dev/null
+++ b/graphics/alpng/distinfo
@@ -0,0 +1,3 @@
+MD5 (alpng13.tar.gz) = e1e4cf2771663a43c065e04ce5f4efd9
+SHA256 (alpng13.tar.gz) = 494d9c324e29d1a2ae92dda25ca3867d14bf9e76621e654eb9661099e2ca5055
+SIZE (alpng13.tar.gz) = 143920
diff --git a/graphics/alpng/pkg-descr b/graphics/alpng/pkg-descr
new file mode 100644
index 000000000000..3bae08242e71
--- /dev/null
+++ b/graphics/alpng/pkg-descr
@@ -0,0 +1,4 @@
+This library servers for displaying PNG images in programs
+using the Allegro multimedia library.
+
+WWW: http://alpng.sourceforge.net/