mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-05 06:27:37 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
30 lines
554 B
Makefile
30 lines
554 B
Makefile
# New ports collection Makefile for: igal2
|
|
# Date created: 24 May 2009
|
|
# Whom: gahr
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= igal2
|
|
PORTVERSION= 2.0
|
|
PORTREVISION= 2
|
|
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>
|