aboutsummaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorkrion <krion@FreeBSD.org>2004-01-15 16:56:02 +0800
committerkrion <krion@FreeBSD.org>2004-01-15 16:56:02 +0800
commit0b32d326e81c9cbd44756e3d0487766f88d044c1 (patch)
tree9ba58edce5bfd022c2d604688715b72230327449 /graphics
parent929ef1927264b0acdb0711391fdb45f2b1ae62e8 (diff)
downloadfreebsd-ports-gnome-0b32d326e81c9cbd44756e3d0487766f88d044c1.tar.gz
freebsd-ports-gnome-0b32d326e81c9cbd44756e3d0487766f88d044c1.tar.zst
freebsd-ports-gnome-0b32d326e81c9cbd44756e3d0487766f88d044c1.zip
- Fix MASTER_SITES
- Respect PTHREAD_LIBS and CFLAGS PR: 61374 Submitted by: maintainer
Diffstat (limited to 'graphics')
-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>