diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-08-03 08:45:51 +0000 |
commit | 99ad9127356be7e975c6ea48d00fa2aba29468d7 (patch) | |
tree | bea626d8d7aaa3973f00760684b26d2ddcce74eb /graphics/cthumb | |
parent | ce05caaae21cd6b880cf5567917d6bde1c9144fa (diff) | |
download | ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.tar.gz ports-99ad9127356be7e975c6ea48d00fa2aba29468d7.zip |
- Convert to new perl framework
- Trim Makefile header
Notes
Notes:
svn path=/head/; revision=324181
Diffstat (limited to 'graphics/cthumb')
-rw-r--r-- | graphics/cthumb/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/cthumb/Makefile b/graphics/cthumb/Makefile index 94f7991695ec..9e8178a80b54 100644 --- a/graphics/cthumb/Makefile +++ b/graphics/cthumb/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: cthumb -# Date created: 30 July 2001 -# Whom: dom@happygiraffe.net -# +# Created by: dom@happygiraffe.net # $FreeBSD$ -# PORTNAME= cthumb PORTVERSION= 4.2 @@ -20,9 +16,9 @@ RUN_DEPENDS= ${LOCALBASE}/bin/pnmscale:${PORTSDIR}/graphics/netpbm \ p5-HTML-Parser>=0:${PORTSDIR}/www/p5-HTML-Parser \ p5-URI>=0:${PORTSDIR}/net/p5-URI +USES= perl5 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-themedir=${DATADIR} -USE_PERL5= yes MAN1= cthumb.1 |