aboutsummaryrefslogtreecommitdiffstats
path: root/misc/kdeaddons3/Makefile
diff options
context:
space:
mode:
authoralane <alane@FreeBSD.org>2003-01-29 02:36:58 +0800
committeralane <alane@FreeBSD.org>2003-01-29 02:36:58 +0800
commit21027131ed20f62541d56e15251777c85ee1c5c8 (patch)
tree1afb353ce346b20929ab305a4eef7afe5f9456d8 /misc/kdeaddons3/Makefile
parentf22b54d9aec3c8c375e8d7bb7872d84211776fdb (diff)
downloadfreebsd-ports-graphics-21027131ed20f62541d56e15251777c85ee1c5c8.tar.gz
freebsd-ports-graphics-21027131ed20f62541d56e15251777c85ee1c5c8.tar.zst
freebsd-ports-graphics-21027131ed20f62541d56e15251777c85ee1c5c8.zip
update to 3.1 official release
Diffstat (limited to 'misc/kdeaddons3/Makefile')
-rw-r--r--misc/kdeaddons3/Makefile12
1 files changed, 8 insertions, 4 deletions
diff --git a/misc/kdeaddons3/Makefile b/misc/kdeaddons3/Makefile
index 9b026404069..32d8d97346e 100644
--- a/misc/kdeaddons3/Makefile
+++ b/misc/kdeaddons3/Makefile
@@ -18,14 +18,18 @@ LIB_DEPENDS+= noatun.0:${PORTSDIR}/multimedia/kdemultimedia3 \
SDL-1.1.5:${PORTSDIR}/devel/sdl12
WITH_SDL= yes
+SDL_CONFIG= sdl11-config
+CONFIGURE_ENV+= SDL_CONFIG="${LOCALBASE}/bin/${SDL_CONFIG}"
+
USE_KDEBASE_VER=3
+PREFIX= ${KDE_PREFIX}
+
USE_BZIP2= yes
-GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_REINPLACE= yes
-PLIST_SUB+= RM=${RM}
-SDL_CONFIG= sdl11-config
-CONFIGURE_ENV+= SDL_CONFIG="${LOCALBASE}/bin/${SDL_CONFIG}"
+GNU_CONFIGURE= yes
+INSTALLS_SHLIB= yes
+LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
.include "${.CURDIR}/../../x11/kde3/Makefile.kde"