From c752724f768a65812c6d1e737387f81da92fd840 Mon Sep 17 00:00:00 2001 From: ijliao Date: Tue, 20 Mar 2001 11:47:11 +0000 Subject: add sng The sng program translates between PNG (Portable Network Graphics) format and SNG (Scriptable Network Graphics) format. --- graphics/sng/Makefile | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 graphics/sng/Makefile (limited to 'graphics/sng/Makefile') diff --git a/graphics/sng/Makefile b/graphics/sng/Makefile new file mode 100644 index 000000000000..ca79dbd09eaa --- /dev/null +++ b/graphics/sng/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# New ports collection makefile for: sng +# Date created: Mar 20, 2001 +# Whom: Ying-Chieh Liao +# +# $FreeBSD$ +# + +PORTNAME= sng +PORTVERSION= 0.9.4 +CATEGORIES= graphics +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= ijliao@FreeBSD.org + +LIB_DEPENDS= png.4:${PORTSDIR}/graphics/png + +GNU_CONFIGURE= yes +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include + +USE_GMAKE= yes + +MAN1= sng.1 + +.include -- cgit