diff options
Diffstat (limited to 'www/evg')
-rw-r--r-- | www/evg/Makefile | 12 | ||||
-rw-r--r-- | www/evg/pkg-descr | 7 | ||||
-rw-r--r-- | www/evg/pkg-plist | 6 |
3 files changed, 11 insertions, 14 deletions
diff --git a/www/evg/Makefile b/www/evg/Makefile index 013837916be6..bf2511f314bd 100644 --- a/www/evg/Makefile +++ b/www/evg/Makefile @@ -9,16 +9,18 @@ PORTNAME= evg PORTVERSION= 1.3.1 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= ftp://ftp.zurich.ibm.com//pub/sob/www/halloween/ \ - http://www.chg.ru/~dima/ +MASTER_SITES= # DISTNAME= evg-1_3_1 EXTRACT_SUFX= _tar MAINTAINER= ports@FreeBSD.org COMMENT= Create index pages in HTML for photo galleries -RUN_DEPENDS+= convert:${PORTSDIR}/graphics/ImageMagick -RUN_DEPENDS+= xv:${PORTSDIR}/graphics/xv +RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick \ + xv:${PORTSDIR}/graphics/xv + +DEPRECATED= Disappeared from the internet +EXPIRATION_DATE=2006-03-14 USE_PERL5_BUILD=yes USE_PYTHON= yes @@ -37,7 +39,7 @@ do-install: @ ${INSTALL_DATA} ${WRKSRC}/eclipthtml.py ${PYTHON_SITELIBDIR} @ ${INSTALL_SCRIPT} ${WRKSRC}/evg ${PREFIX}/bin .if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/evg + @ ${MKDIR} ${DOCSDIR} @ ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR} .endif diff --git a/www/evg/pkg-descr b/www/evg/pkg-descr index 1854d5be7149..99b4f7e31e0a 100644 --- a/www/evg/pkg-descr +++ b/www/evg/pkg-descr @@ -1,9 +1,4 @@ EVG addresses the needs of people who want to put photo galleries on their web pages. Most photo galleries on the Web are rather rude - EVG automatically generates nice index pages and hyperlinked per-image-pages. Thumbnails are -generated automatically, as well as adding or removing images is easy. - -WWW: http://eclipt.uni-klu.ac.at/projects/evg/ - -- Dima -dima@chg.ru +generated automatically, as well as adding or removing images is easy. diff --git a/www/evg/pkg-plist b/www/evg/pkg-plist index 18640f458b99..c2774fff8f33 100644 --- a/www/evg/pkg-plist +++ b/www/evg/pkg-plist @@ -1,4 +1,4 @@ bin/evg -lib/%%PYTHON_VERSION%%/site-packages/eclipthtml.py -%%PORTDOCS%%share/doc/evg/README -%%PORTDOCS%%@dirrm share/doc/evg +%%PYTHON_SITELIBDIR%%/eclipthtml.py +%%PORTDOCS%%%%DOCSDIR%%/README +%%PORTDOCS%%@dirrm %%DOCSDIR%% |