2003-02-19 18:49:21 +01:00
|
|
|
# New ports collection Makefile for: swiggle
|
|
|
|
# Date created: 19 Feb 2003
|
|
|
|
# Whom: Josef El-Rayes <j.el-rayes@daemon.li>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= swiggle
|
2007-01-15 21:07:00 +01:00
|
|
|
PORTVERSION= 0.4
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
2003-02-19 18:49:21 +01:00
|
|
|
CATEGORIES= www
|
2006-05-29 16:33:32 +02:00
|
|
|
MASTER_SITES= http://homepage.univie.ac.at/l.ertl/swiggle/files/ \
|
|
|
|
http://bsd-geek.de/FreeBSD/distfiles/
|
2003-02-19 18:49:21 +01:00
|
|
|
|
2007-07-12 20:52:00 +02:00
|
|
|
MAINTAINER= lme@FreeBSD.org
|
2004-10-22 08:31:50 +02:00
|
|
|
COMMENT= Swiggle is a commandline web image gallery generator
|
2003-02-19 18:49:21 +01:00
|
|
|
|
2007-05-25 14:07:17 +02:00
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \
|
2007-05-27 17:25:47 +02:00
|
|
|
exif.12:${PORTSDIR}/graphics/libexif
|
2003-02-19 18:49:21 +01:00
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/Makefile
|
2004-10-26 00:35:05 +02:00
|
|
|
|
2003-02-19 18:49:21 +01:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/swiggle ${PREFIX}/bin
|
|
|
|
|
|
|
|
post-install:
|
2004-10-26 00:35:05 +02:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-02-19 18:49:21 +01:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
2004-10-26 00:35:05 +02:00
|
|
|
.endif
|
2003-02-19 18:49:21 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|