aboutsummaryrefslogtreecommitdiffstats
path: root/www/igal/Makefile
blob: 343e9dfc191bafbc878e6a922d9d5af8b96df749 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:   igal
# Date created:                        14 Aug 2002
# Whom:                                Dylan Carlson  <absinthe@pobox.com>
#
# $FreeBSD$
#

PORTNAME=   igal
PORTVERSION=    1.4
PORTREVISION=   6
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>