summaryrefslogtreecommitdiff
path: root/package/portmap/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2012-04-03 17:05:25 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2012-04-03 17:05:25 +0200
commitb9cc51c4c2c315f508459cea7da1d8433333d7a1 (patch)
tree8c621f3331662c6c21d07c48d17dfb1e86722e02 /package/portmap/Makefile
parent6a71d6abfeda9e27a904dae851201d9d0b454978 (diff)
lemote addons, like pdf viewer
Diffstat (limited to 'package/portmap/Makefile')
-rw-r--r--package/portmap/Makefile35
1 files changed, 0 insertions, 35 deletions
diff --git a/package/portmap/Makefile b/package/portmap/Makefile
deleted file mode 100644
index 2026c6670..000000000
--- a/package/portmap/Makefile
+++ /dev/null
@@ -1,35 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include ${TOPDIR}/rules.mk
-
-PKG_NAME:= portmap
-PKG_VERSION:= 6.0
-PKG_RELEASE:= 1
-PKG_MD5SUM:= ac108ab68bf0f34477f8317791aaf1ff
-PKG_DESCR:= RPC portmapper
-PKG_SECTION:= net/misc
-PKG_URL:= http://neil.brown.name/portmap/
-PKG_SITES:= http://neil.brown.name/portmap/
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.tgz
-WRKDIST= ${WRKDIR}/${PKG_NAME}_${PKG_VERSION}
-
-include ${TOPDIR}/mk/package.mk
-
-$(eval $(call PKG_template,PORTMAP,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIG_STYLE:= manual
-INSTALL_STYLE:= manual
-
-MAKE_FLAGS+= NO_TCP_WRAPPER=1
-TARGET_CPPFLAGS+= -DDAEMON_UID=20 -DDAEMON_GID=20
-TARGET_CFLAGS+= -fPIC
-MAKE_FLAGS+= ${TARGET_CONFIGURE_OPTS} \
- CFLAGS='${TARGET_CFLAGS}'
-
-do-install:
- ${INSTALL_DIR} ${IDIR_PORTMAP}/usr/sbin
- ${INSTALL_BIN} ${WRKBUILD}/portmap ${IDIR_PORTMAP}/usr/sbin
-
-include ${TOPDIR}/mk/pkg-bottom.mk