summaryrefslogtreecommitdiff
path: root/security/kgpg-kde4/Makefile
diff options
context:
space:
mode:
authorAlan Eldridge <alane@FreeBSD.org>2003-01-28 18:36:58 +0000
committerAlan Eldridge <alane@FreeBSD.org>2003-01-28 18:36:58 +0000
commit3c71ff78e9c867311ccd250fbafeb90640a151f4 (patch)
treeadd3e358b8ed50c1c858e55c614c22928a3549dc /security/kgpg-kde4/Makefile
parentUpdate to 2.1.7. (diff)
update to 3.1 official release
Notes
Notes: svn path=/head/; revision=74156
Diffstat (limited to 'security/kgpg-kde4/Makefile')
-rw-r--r--security/kgpg-kde4/Makefile31
1 files changed, 19 insertions, 12 deletions
diff --git a/security/kgpg-kde4/Makefile b/security/kgpg-kde4/Makefile
index 1725a3ae4156..572a4a02eefc 100644
--- a/security/kgpg-kde4/Makefile
+++ b/security/kgpg-kde4/Makefile
@@ -7,7 +7,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 1
+PORTREVISION= 0
CATEGORIES?= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/src
@@ -16,30 +16,37 @@ DIST_SUBDIR= KDE
MAINTAINER?= kde@FreeBSD.org
USE_KDELIBS_VER=3
+PREFIX= ${KDE_PREFIX}
+KDE_BUILD_PLIST=yes
+
USE_BZIP2= yes
-INSTALLS_SHLIB= yes
-GNU_CONFIGURE= yes
USE_GMAKE= yes
-MAN1= efax.1 efix.1 fax.1
+GNU_CONFIGURE= yes
-.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
+INSTALLS_SHLIB= yes
+LDCONFIG_DIRS+= %%PREFIX%%/lib %%PREFIX%%/lib/kde3
#klaptop doesn't like alpha because alpha doesn't support apm
.if ${MACHINE_ARCH} == "alpha"
+WITHOUT_KLAPTOP =yes
+.endif # ${MACHINE_ARCH} == "alpha"
+
+.if defined(WITHOUT_KLAPTOP)
DO_NOT_COMPILE+=klaptopdaemon
-PLIST_SUB+= ALPHA_NA="@comment "
.else
-PLIST_SUB+= ALPHA_NA=""
-.endif
+PLIST_APPEND+= plist.klaptop
+.endif # defined(WITHOUT_KLAPTOP)
+
# kfloppy is a mostly broken, non-standard, linux-centric pain...
.if !defined(WITH_KFLOPPY)
DO_NOT_COMPILE+=kfloppy
-PLIST_SUB+= KFLOPPY="@comment "
.else
-PLIST_SUB+= KFLOPPY=""
-.endif
+PLIST_APPEND+= plist.kfloppy
+.endif # !defined(WITH_KFLOPPY)
+
.if defined(DO_NOT_COMPILE)
CONFIGURE_ENV+= DO_NOT_COMPILE="${DO_NOT_COMPILE}"
-.endif
+.endif # defined(DO_NOT_COMPILE)
+.include "${.CURDIR}/../../x11/kde3/Makefile.kde"
.include <bsd.port.mk>