freebsd-ports/graphics/kallery/Makefile
Mark Linimon ff972417a5 Return this one to the pool at maintainer's request.
Also, maintainer notes that this is abandonware, so mark it for removal
if no one comes along to fix it up.

Submitted by:	maintainer (personal email)
2011-08-31 00:40:55 +00:00

38 lines
891 B
Makefile

# New ports collection makefile for: kallery
# Date created: 22 September 2002
# Whom: Michael Collette
#
# $FreeBSD$
#
PORTNAME= kallery
PORTVERSION= 1.2.0
PORTREVISION= 6
CATEGORIES= graphics www kde
MASTER_SITES= http://kallery.kdewebdev.org/releases/
MAINTAINER= ports@FreeBSD.org
COMMENT= An image gallery generator for KDE
LIB_DEPENDS= MagickCore.4:${PORTSDIR}/graphics/ImageMagick
BROKEN= does not build
DEPRECATED= does not build; last release 20010511
EXPIRATION_DATE= 2011-10-30
USE_KDELIBS_VER=3
USE_BZIP2= yes
USE_AUTOTOOLS= libtool
USE_GMAKE= yes
INSTALLS_ICONS= yes
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>