openbsd-ports/devel/asp2php/Makefile

42 lines
918 B
Makefile
Raw Normal View History

2011-01-03 14:47:11 -05:00
# $OpenBSD: Makefile,v 1.30 2011/01/03 19:47:11 jasper Exp $
COMMENT= convert ASP code to PHP code
2008-09-16 15:41:35 -04:00
DISTNAME= asp2php-0.77.3
2011-01-03 14:47:11 -05:00
REVISION= 5
2001-11-01 05:38:53 -05:00
CATEGORIES= devel www
2001-11-01 05:38:53 -05:00
HOMEPAGE= http://asp2php.naken.cc/
2008-09-16 15:41:35 -04:00
MASTER_SITES= http://downloads.mikekohn.net/asp2php/
2008-09-16 15:41:35 -04:00
# GPLv2
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
2010-03-23 16:48:21 -04:00
WANTLIB += c
2001-11-01 05:38:53 -05:00
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR} != "no_x11"
2010-11-15 14:45:56 -05:00
LIB_DEPENDS += x11/gtk+2
2010-11-07 20:22:36 -05:00
WANTLIB += gdk-x11-2.0 gtk-x11-2.0
ALL_TARGET = all gui
2010-03-23 16:48:21 -04:00
2011-01-03 14:47:11 -05:00
MODULES = devel/gettext
2010-03-23 16:48:21 -04:00
WANTLIB += X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xi Xinerama Xrandr Xrender atk-1.0 cairo expat fontconfig
2010-10-11 04:11:24 -04:00
WANTLIB += freetype gio-2.0 glib-2.0 gmodule-2.0 gobject-2.0
2011-01-03 14:47:11 -05:00
WANTLIB += m pango-1.0 pangocairo-1.0 pangoft2-1.0
WANTLIB += pixman-1 png pthread-stubs xcb z gdk_pixbuf-2.0
.endif
2008-09-16 15:41:35 -04:00
WRKDIST= ${WRKDIR}/asp2php
NO_REGRESS= Yes
2001-07-09 23:48:54 -04:00
.include <bsd.port.mk>