1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/www/igal/Makefile
2012-06-01 05:26:28 +00:00

29 lines
664 B
Makefile

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