openbsd-ports/devel/asp2php/Makefile

40 lines
905 B
Makefile
Raw Normal View History

2010-10-11 04:11:24 -04:00
# $OpenBSD: Makefile,v 1.26 2010/10/11 08:12:30 jasper Exp $
COMMENT= convert ASP code to PHP code
2008-09-16 15:41:35 -04:00
DISTNAME= asp2php-0.77.3
2010-10-11 04:11:24 -04:00
REVISION= 4
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"
2001-11-01 05:38:53 -05:00
USE_X11= Yes
LIB_DEPENDS+= gdk-x11-2.0,gtk-x11-2.0::x11/gtk+2
2002-06-05 22:24:20 -04:00
ALL_TARGET= all gui
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
2010-03-23 16:48:21 -04:00
WANTLIB += iconv intl 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>