freebsd-ports/graphics/kimagemapeditor/Makefile
Edwin Groothuis 07f1d50cbc Chase up new MASTER_SITE_SAVANNAH.
PR:		ports/56970
Submitted by:	Jean-Yves Lefort <jylefort@brutele.be>
2003-10-03 11:04:59 +00:00

30 lines
726 B
Makefile

# New ports collection makefile for: kimagemapeditor
# Date created: 19 May 2003
# Whom: Kirill Ponomarew <ponomarew@oberon.net>
#
# $FreeBSD$
PORTNAME= kimagemapeditor
PORTVERSION= 1.0
CATEGORIES= graphics kde
MASTER_SITES= ${MASTER_SITE_SAVANNAH}
MASTER_SITE_SUBDIR= kimagemap
MAINTAINER= krion@FreeBSD.org
COMMENT= KDE-based editor for HTML image maps
USE_BZIP2= yes
USE_KDELIBS_VER= 3
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_REINPLACE= yes
INSTALLS_SHLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET=
CONFIGURE_ARGS+=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ENV+= LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
pre-configure:
${REINPLACE_CMD} -e 's|-pedantic ||g' ${WRKSRC}/configure
.include <bsd.port.mk>