From 566bbaa798d011479ee56f675383124b812f2456 Mon Sep 17 00:00:00 2001 From: nork Date: Thu, 16 May 2002 10:25:45 +0000 Subject: Add new ports. PR: ports/37661 Submitted by: Alex Dupre Approved by: knu (mentor) --- net/Makefile | 1 + net/lmd/Makefile | 42 ++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 net/lmd/Makefile diff --git a/net/Makefile b/net/Makefile index 18d6f12..0e8f326 100644 --- a/net/Makefile +++ b/net/Makefile @@ -231,6 +231,7 @@ SUBDIR += linpopup SUBDIR += linux-edonkey-server SUBDIR += lla + SUBDIR += lmd SUBDIR += macipgw SUBDIR += maradns SUBDIR += mars_nwe diff --git a/net/lmd/Makefile b/net/lmd/Makefile new file mode 100644 index 0000000..1cf6939 --- /dev/null +++ b/net/lmd/Makefile @@ -0,0 +1,42 @@ +# New ports collection makefile for: lmd +# Date created: Thu May 2 11:20:06 CET 2002 +# Whom: Alex Dupre +# +# $FreeBSD$ +# + +PORTNAME= lmd +PORTVERSION= 0.8 +CATEGORIES= net sysutils +MASTER_SITES= http://www.bsdshell.net/download/ + +MAINTAINER= sysadmin@alexdupre.com + +MODULES= ldd_http_module.so +DOCS= INSTALL LICENSE README +PKGMESSAGE= ${WRKDIR}/pkg-message + +MAKE_ENV+= CPPFLAGS="-DPREFIX=\\\"${PREFIX}\\\"" + +post-build: + @${SED} 's,%PREFIX%,${PREFIX},g' ${.CURDIR}/pkg-message.in \ + > ${WRKDIR}/pkg-message + +do-install: + @${ECHO_CMD} "Installing files..." + @${INSTALL_PROGRAM} ${WRKSRC}/lmd ${PREFIX}/sbin/lmd + @${INSTALL_DATA} ${WRKSRC}/lmd.conf ${PREFIX}/etc/lmd.conf.sample +.for f in ${MODULES} + @${INSTALL_DATA} ${WRKSRC}/modules_check/${f} ${PREFIX}/lib/ +.endfor + @${CAT} ${PKGMESSAGE} + +.if !defined(NOPORTDOCS) +post-install: + @${MKDIR} ${DOCSDIR} +.for f in ${DOCS} + @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} +.endfor +.endif + +.include -- cgit v1.1