2003-02-19 17:49:21 +00:00
|
|
|
# New ports collection Makefile for: swiggle
|
|
|
|
# Date created: 19 Feb 2003
|
|
|
|
# Whom: Josef El-Rayes <j.el-rayes@daemon.li>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= swiggle
|
2004-10-25 22:35:05 +00:00
|
|
|
PORTVERSION= 0.3.3
|
2005-04-04 05:31:09 +00:00
|
|
|
PORTREVISION= 1
|
2003-02-19 17:49:21 +00:00
|
|
|
CATEGORIES= www
|
2005-09-28 06:50:39 +00:00
|
|
|
MASTER_SITES= http://homepage.univie.ac.at/l.ertl/swiggle/files/
|
2003-02-19 17:49:21 +00:00
|
|
|
|
2005-03-15 21:48:31 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-10-22 06:31:50 +00:00
|
|
|
COMMENT= Swiggle is a commandline web image gallery generator
|
2003-02-19 17:49:21 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install \
|
2005-04-04 05:31:09 +00:00
|
|
|
exif.12:${PORTSDIR}/graphics/libexif:install
|
2003-02-19 17:49:21 +00:00
|
|
|
|
|
|
|
USE_REINPLACE= yes
|
|
|
|
|
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/Makefile
|
2004-10-25 22:35:05 +00:00
|
|
|
|
2003-02-19 17:49:21 +00:00
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/swiggle ${PREFIX}/bin
|
|
|
|
|
|
|
|
post-install:
|
2004-10-25 22:35:05 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
2003-02-19 17:49:21 +00:00
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
2004-10-25 22:35:05 +00:00
|
|
|
.endif
|
2003-02-19 17:49:21 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|