42 lines
918 B
Makefile
Raw Normal View History

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