openbsd-ports/graphics/sng/Makefile
2010-11-09 19:00:28 +00:00

32 lines
710 B
Makefile

# $OpenBSD: Makefile,v 1.8 2010/11/09 19:00:28 espie Exp $
COMMENT= PNG to ASCII compiler and decompiler
DISTNAME= sng-1.0.1
REVISION = 1
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sng/}
HOMEPAGE= http://sng.sourceforge.net/
MAINTAINER= Thorsten Glaser <tg@66h.42h.de>
# zlib license
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= m c z png
LIB_DEPENDS= ::graphics/png
USE_GMAKE= yes
USE_GROFF = Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include/libpng \
--with-png-lib=${LOCALBASE}/lib \
--with-rgbtxt=${X11BASE}/share/X11/rgb.txt
NO_REGRESS= yes
.include <bsd.port.mk>