openbsd-ports/devel/asp2php/Makefile
shell 5ad99ece3f ALL_TARGET is defaults to 'all'
Reported by Heikki Korpela <heko@iki.fi>
2001-08-02 06:26:37 +00:00

33 lines
642 B
Makefile

# $OpenBSD: Makefile,v 1.7 2001/08/02 06:26:37 shell Exp $
COMMENT= "convert ASP code to PHP code"
DISTNAME= asp2php-0.75.17
CATEGORIES= devel www
NEED_VERSION= 1.433
MAINTAINER= Shell Hung <shell@openbsd.org>
HOMEPAGE= http://asp2php.naken.cc/
MASTER_SITES= http://home.swbell.net/mikekohn/ \
http://home.i1.net/~naken/asp2php/
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
FLAVORS= no_x11
FLAVOR?=
.if ${FLAVOR} != "no_x11"
USE_X11= Yes
LIB_DEPENDS= gtk.1.2::x11/gtk+
ALL_TARGET= all gtkasp2php
.endif
WRKDIST= ${WRKDIR}/asp2php
.include <bsd.port.mk>