1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/net/ng_daphne/Makefile
Greg Larkin f6145c2de4 - use $SUB_FILES to dynamically update pkg-message
PR:		ports/143143
Submitted by:	Sevan Janiyan <venture37@geeklan.co.uk>
Approved by:	maintainer (implicit; timeout 26 days)
Feature safe:	yes
2010-02-19 22:10:56 +00:00

42 lines
896 B
Makefile

# New ports collection makefile for: ng_daphne
# Date created: 8 November 2003
# Whom: Gerasimos Dimitriadis
#
# $FreeBSD$
#
PORTNAME= ng_daphne
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= net kld
MASTER_SITES= http://newton.ee.auth.gr/ng_daphne/ \
LOCAL/glarkin
MAINTAINER= gedimitr@auth.gr
COMMENT= A simple netgraph module for multihop ad hoc networks
.include <bsd.port.pre.mk>
SYSDIR?= ${SRC_BASE}/sys
.if !exists(${SYSDIR}/netgraph/netgraph.h)
IGNORE= requires kernel source (/usr/src/sys) to build
.endif
MAKE_ENV+= WERROR=
EXTRA_PATCHES= ${FILESDIR}/extra-patch-ng_daphne.c
PLIST_FILES= lib/ng_daphne.ko
PORTDOCS= README
SUB_FILES= pkg-message
do-install:
${INSTALL_KLD} ${WRKSRC}/ng_daphne.ko ${PREFIX}/lib
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.post.mk>