1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/www/igal/Makefile
Pete Fritchman 325927942c Add igal 1.3, a static html image gallery generator for *nix.
PR:		41673
Submitted by:	Dylan Carlson  <absinthe@pobox.com>
2003-05-11 16:40:38 +00:00

29 lines
710 B
Makefile

# New ports collection makefile for: igal
# Date created: 14 Aug 2002
# Whom: Dylan Carlson <absinthe@pobox.com>
#
# $FreeBSD$
#
PORTNAME= igal
PORTVERSION= 1.3
CATEGORIES= www graphics
MASTER_SITES= http://www.stanford.edu/~epop/igal/ \
http://planetmirror.com/pub/igal/
MAINTAINER= absinthe@pobox.com
COMMENT= A static html image gallery generator for *nix
USE_REINPLACE= yes
RUN_DEPENDS= ${LOCALBASE}/bin/cjpeg:${PORTSDIR}/graphics/jpeg \
${LOCALBASE}/include/Magick++.h:${PORTSDIR}/graphics/ImageMagick
MAN1= igal.1
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${PREFIX},g' ${WRKSRC}/Makefile \
${WRKSRC}/igal
.include <bsd.port.mk>