freebsd-ports/graphics/kallery/Makefile
2004-02-04 05:21:48 +00:00

37 lines
876 B
Makefile

# New ports collection makefile for: kallery
# Date created: 22 September 2002
# Whom: Michael Collette
#
# $FreeBSD$
#
PORTNAME= kallery
PORTVERSION= 1.0.2
PORTREVISION= 2
CATEGORIES= graphics kde
MASTER_SITES= http://www.virtualartisans.com/kde/andras/kallery/
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= metrol@metrol.net
COMMENT= An image gallery generator for KDE
LIB_DEPENDS= Magick.6:${PORTSDIR}/graphics/ImageMagick
USE_KDELIBS_VER=3
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+= --prefix=${LOCALBASE}
post-patch:
.if !defined(NOPORTDOCS)
@${REINPLACE_CMD} -Ee \
's|(dtd/kdex.dtd)|${LOCALBASE}/share/apps/ksgmltools2/customization/\1|' \
${WRKSRC}/doc/en/index.docbook
.else
@${REINPLACE_CMD} -Ee 's|(kallery po) doc|\1|' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>