diff options
author | agc <agc> | 2001-11-22 11:32:29 +0000 |
---|---|---|
committer | agc <agc> | 2001-11-22 11:32:29 +0000 |
commit | ff67a549a9bbd6c038c5fd10fd070e21c6392a0a (patch) | |
tree | 9fb37d06bd63bb055ce02508f1c6ba05cdc61671 /www/gtkasp2php/Makefile | |
parent | eb74c6a8500db4e44674a0f7cb5e39b9f5fa25b2 (diff) | |
download | pkgsrc-ff67a549a9bbd6c038c5fd10fd070e21c6392a0a.tar.gz |
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.
Diffstat (limited to 'www/gtkasp2php/Makefile')
-rw-r--r-- | www/gtkasp2php/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/www/gtkasp2php/Makefile b/www/gtkasp2php/Makefile new file mode 100644 index 00000000000..c85df30ce59 --- /dev/null +++ b/www/gtkasp2php/Makefile @@ -0,0 +1,17 @@ +# $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" |