summaryrefslogtreecommitdiff
path: root/graphics/kimagemapeditor
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2004-01-15 08:56:02 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2004-01-15 08:56:02 +0000
commit90e99cf4d77a9567da0c4bc73d6cf75e6f1adf74 (patch)
tree6c469c57c5087b8be749969e66e6e435d8ef4bf3 /graphics/kimagemapeditor
parent- Update to version 9.8 (diff)
- Fix MASTER_SITES
- Respect PTHREAD_LIBS and CFLAGS PR: 61374 Submitted by: maintainer
Diffstat (limited to 'graphics/kimagemapeditor')
-rw-r--r--graphics/kimagemapeditor/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/graphics/kimagemapeditor/Makefile b/graphics/kimagemapeditor/Makefile
index b4b937ab9256..faf7a331f723 100644
--- a/graphics/kimagemapeditor/Makefile
+++ b/graphics/kimagemapeditor/Makefile
@@ -7,8 +7,7 @@
PORTNAME= kimagemapeditor
PORTVERSION= 1.0
CATEGORIES= graphics kde
-MASTER_SITES= ${MASTER_SITE_SAVANNAH}
-MASTER_SITE_SUBDIR= kimagemap
+MASTER_SITES= http://www.brueffer.de/distfiles/
MAINTAINER= brueffer@phoenix-systems.de
COMMENT= KDE-based editor for HTML image maps
@@ -20,11 +19,11 @@ 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
+ ${REINPLACE_CMD} -e 's|-O2||g' ${WRKSRC}/configure
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+.include "${PORTSDIR}/x11/kde3/Makefile.kde"
+.include <bsd.port.post.mk>