diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2003-01-28 18:36:58 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2003-01-28 18:36:58 +0000 |
commit | 3c71ff78e9c867311ccd250fbafeb90640a151f4 (patch) | |
tree | add3e358b8ed50c1c858e55c614c22928a3549dc /security/kwallet/Makefile | |
parent | ada9843b06fe8aa351a2df337c925662eba31980 (diff) | |
download | ports-3c71ff78e9c867311ccd250fbafeb90640a151f4.tar.gz ports-3c71ff78e9c867311ccd250fbafeb90640a151f4.zip |
Notes
Diffstat (limited to 'security/kwallet/Makefile')
-rw-r--r-- | security/kwallet/Makefile | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/security/kwallet/Makefile b/security/kwallet/Makefile index 1725a3ae4156..572a4a02eefc 100644 --- a/security/kwallet/Makefile +++ b/security/kwallet/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> |