diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-07 04:40:16 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2008-02-07 04:40:16 +0000 |
commit | 3faa5b1bad974584e03eee09cb7184b5d279f8fb (patch) | |
tree | 8808aac2066903df81ab38cb267681856bf5ed1e /www/oscommerce/Makefile | |
parent | a1dec409187bcd89fefde82e66ee8bfc4a121b80 (diff) | |
download | ports-3faa5b1bad974584e03eee09cb7184b5d279f8fb.tar.gz ports-3faa5b1bad974584e03eee09cb7184b5d279f8fb.zip |
Notes
Diffstat (limited to 'www/oscommerce/Makefile')
-rw-r--r-- | www/oscommerce/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/www/oscommerce/Makefile b/www/oscommerce/Makefile index d0c2ed3464ae..189d6bdb8a6f 100644 --- a/www/oscommerce/Makefile +++ b/www/oscommerce/Makefile @@ -8,21 +8,22 @@ # PORTNAME= oscommerce -DISTVERSION= 2.2rc1 +DISTVERSION= 2.2rc2a PORTEPOCH= 2 CATEGORIES= www -MASTER_SITES= http://oscommerce.sunsite.dk/downloads/ +MASTER_SITES= http://www.oscommerce.com/ext/ DISTNAME= ${PORTNAME}-${DISTVERSION} MAINTAINER= vlad@vlad.uz.ua COMMENT= An full-featured open source e-commerce system USE_ZIP= yes -USE_PHP= mysql session pcre +USE_PHP= mysql session pcre gd curl openssl WANT_PHP_WEB= yes NO_BUILD= yes SUB_FILES= pkg-message -DOCS= CHANGELOG LICENSE STANDARD documentation.pdf upgrade.html +DOCS= CHANGELOG LICENSE STANDARD community_docs.pdf \ + documentation.pdf upgrade.html do-install: ${MKDIR} ${WWWDIR} |