pkgsrc/misc/ppower/Makefile
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

29 lines
709 B
Makefile

# $NetBSD: Makefile,v 1.8 2009/05/19 08:59:24 wiz Exp $
#
DISTNAME= ppower-0.1.5
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=ppower/}
MAINTAINER= dsainty@NetBSD.org
HOMEPAGE= http://ppower.sourceforge.net/
COMMENT= X10 controller software for the CM11A interface
#LICENSE= GPL
PKG_DESTDIR_SUPPORT= user-destdir
GNU_CONFIGURE= YES
USE_TOOLS+= lex
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples/ppower
CONF_FILES+= ${EGDIR}/ppower.conf ${PKG_SYSCONFDIR}/ppower.conf
INSTALLATION_DIRS= share/examples/ppower
post-install:
${INSTALL_DATA} \
${WRKSRC}/etc/ppower.conf ${DESTDIR}${PREFIX}/share/examples/ppower
.include "../../mk/bsd.pkg.mk"