1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/www/swiggle/Makefile
Martin Wilke 91c8384bd3 Add two patches to add new features:
- -e suppresses exif information on the page and shows it in HTML comments [1]
- -E suppresses all exif information [1]
- -D displays the filename instead of its size below the image [2]

[1] Doug Barton <dougb@>
[2] Tilman Linneweh <arved@>

PR:		ports/105024
Submitted by:	Lars Engels <lars.engels@0x20.net> (maintainer)
2006-11-01 17:53:24 +00:00

33 lines
803 B
Makefile

# New ports collection Makefile for: swiggle
# Date created: 19 Feb 2003
# Whom: Josef El-Rayes <j.el-rayes@daemon.li>
#
# $FreeBSD$
PORTNAME= swiggle
PORTVERSION= 0.3.3
PORTREVISION= 2
CATEGORIES= www
MASTER_SITES= http://homepage.univie.ac.at/l.ertl/swiggle/files/ \
http://bsd-geek.de/FreeBSD/distfiles/
MAINTAINER= lars.engels@0x20.net
COMMENT= Swiggle is a commandline web image gallery generator
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg:install \
exif.12:${PORTSDIR}/graphics/libexif:install
post-patch:
${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/swiggle ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>