diff options
author | alane <alane@FreeBSD.org> | 2003-01-29 02:36:58 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2003-01-29 02:36:58 +0800 |
commit | 21027131ed20f62541d56e15251777c85ee1c5c8 (patch) | |
tree | 1afb353ce346b20929ab305a4eef7afe5f9456d8 /comms/kremotecontrol/Makefile | |
parent | f22b54d9aec3c8c375e8d7bb7872d84211776fdb (diff) | |
download | freebsd-ports-gnome-21027131ed20f62541d56e15251777c85ee1c5c8.tar.gz freebsd-ports-gnome-21027131ed20f62541d56e15251777c85ee1c5c8.tar.zst freebsd-ports-gnome-21027131ed20f62541d56e15251777c85ee1c5c8.zip |
update to 3.1 official release
Diffstat (limited to 'comms/kremotecontrol/Makefile')
-rw-r--r-- | comms/kremotecontrol/Makefile | 31 |
1 files changed, 19 insertions, 12 deletions
diff --git a/comms/kremotecontrol/Makefile b/comms/kremotecontrol/Makefile index 1725a3ae4156..572a4a02eefc 100644 --- a/comms/kremotecontrol/Makefile +++ b/comms/kremotecontrol/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> |