aboutsummaryrefslogtreecommitdiffstats
path: root/www/igal2/Makefile
blob: da9a556dcf56a7ea51828e4c75b2dd36d372e638 (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
29
# New ports collection Makefile for:    igal2
# Date created:             24 May 2009
# Whom:                 gahr
#
# $FreeBSD$
#

PORTNAME=   igal2
PORTVERSION=    2.0
PORTREVISION=   1
CATEGORIES= www graphics
MASTER_SITES=   http://igal.trexler.at/

MAINTAINER= gahr@FreeBSD.org
COMMENT=    A simple CLI image gallery generator

RUN_DEPENDS=    convert:${PORTSDIR}/graphics/ImageMagick

CONFLICTS=  igal-1.*
USE_PERL5=  yes
NO_BUILD=   yes

MAN1=       igal2.1
MANCOMPRESSED=  no

post-patch:
    ${REINPLACE_CMD} -e 's|/usr/local|${PREFIX}|' ${WRKSRC}/Makefile ${WRKSRC}/igal2

.include <bsd.port.mk>