pkgsrc/www/gtkasp2php/Makefile
agc a448dde779 Add gtkasp2php-0.75.24 to the NetBSD Packages Collection.
asp2php converts WWW Active Server Pages (ASP) files that run on the
Microsoft IIS Web Server into PHP pages to run on Apache. This version
of the utility uses the gtk+ widget set.

Provided in PR 14568 by Shell Hung (shell@shellhung.org), modified
by myself to use the gtk+ buildlink functionality.
2001-11-22 11:32:29 +00:00

17 lines
443 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2001/11/22 11:32:29 agc Exp $
DISTNAME= asp2php-0.75.24
PKGNAME= gtk${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://home.swbell.net/mikekohn/asp2php/
MAINTAINER= shell@shellhung.org
HOMEPAGE= http://asp2php.naken.cc/
COMMENT= gtk+ version of utility to convert asp pages to php pages
WRKSRC= ${WRKDIR}/asp2php
ALL_TARGET= all gtkasp2php
.include "../../x11/gtk/buildlink.mk"
.include "../../mk/bsd.pkg.mk"