29 lines
636 B
Makefile
29 lines
636 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2003/04/28 09:25:42 wilfried Exp $
|
||
|
|
||
|
COMMENT= "PNG to ASCII compiler and decompiler"
|
||
|
|
||
|
DISTNAME= sng-1.0.1
|
||
|
CATEGORIES= graphics
|
||
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sng/}
|
||
|
|
||
|
HOMEPAGE= http://sng.sourceforge.net/
|
||
|
MAINTAINER= Thorsten Glaser <x86@ePost.de>
|
||
|
|
||
|
# zlib license
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
LIB_DEPENDS= png::graphics/png
|
||
|
USE_X11= yes
|
||
|
USE_GMAKE= yes
|
||
|
|
||
|
CONFIGURE_STYLE= gnu
|
||
|
CONFIGURE_ARGS= --with-png-inc=${LOCALBASE}/include/libpng \
|
||
|
--with-png-lib=${LOCALBASE}/lib
|
||
|
|
||
|
NO_REGRESS= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|