freebsd-ports/sysutils/plconfig/Makefile
Edwin Groothuis 84a2b22da0 New port: sysutils/plconfig (Configure HomePlug Bridges)
New port of a commandline tool to configure HomePlug bridges.

PR:		ports/47536
Submitted by:	Matt Peterson <matt@peterson.org>
2003-04-04 12:25:41 +00:00

32 lines
675 B
Makefile

# New ports collection makefile for: plconfig
# Date created: Mon Jan 27 12:34:34 PST 2003
# Whom: Matt Peterson <matt@peterson.org>
#
# $FreeBSD$
#
PORTNAME= plconfig
PORTVERSION= 0.1
CATEGORIES= sysutils
MASTER_SITES= http://matt.peterson.org/FreeBSD/ports/ \
http://www.neon1.net/prog/ \
MAINTAINER= matt@peterson.org
COMMENT= Tool for configuring HomePlug powerline bridges
WRKSRC= ${WRKDIR}/${PORTNAME}
ALL_TARGET= plconfig
.include <bsd.port.pre.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/plconfig ${PREFIX}/bin
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.post.mk>