openbsd-ports/www/swiggle/Makefile
rpe 0cfebc8e16 import swiggle 0.4 from openbsd-wip
swiggle is a small command line tool that generates HTML pages,
including thumbnail indexes, for given images (a so called
"web gallery"). It's intended to be easy to use, and since
it is written in C, it's quite speedy.

with feedback from ajacoutot@ and sthen@
ok sthen@ and Sergey Bronnikov (MAINTAINER
2012-12-05 07:38:15 +00:00

34 lines
743 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2012/12/05 07:38:15 rpe Exp $
COMMENT = simple web image gallery generator
DISTNAME = swiggle-0.4
CATEGORIES = www graphics
HOMEPAGE = http://homepage.univie.ac.at/l.ertl/swiggle/
MAINTAINER = Sergey Bronnikov <estetus@gmail.com>
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB += c exif jpeg
MASTER_SITES = ${HOMEPAGE}/files/
MODULES = devel/gettext
LIB_DEPENDS = graphics/libexif \
graphics/jpeg
MAKE_FLAGS = CC=${CC}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/swiggle ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/swiggle
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/swiggle/
.include <bsd.port.mk>