pkgsrc/sysutils/libirman/Makefile
jlam d7f69e47ce Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set
to "YES".  This enforces the requirement that bsd.pkg.install.mk be
included at the end of a package Makefile.  Idea suggested by Julio M.
Merino Vidal <jmmv at menta.net>.
2003-01-28 22:03:00 +00:00

39 lines
1.3 KiB
Makefile

# $NetBSD: Makefile,v 1.8 2003/01/28 22:04:18 jlam Exp $
#
DISTNAME= libirman-0.4.1b
PKGNAME= ${DISTNAME:S/b$/.2/}
PKGREVISION= 5
CATEGORIES= sysutils
MASTER_SITES= http://www.evation.com/libirman/
MAINTAINER= abs@netbsd.org
HOMEPAGE= http://www.evation.com/libirman/libirman.html
COMMENT= Programming library for Irman - infrared control
USE_PKGINSTALL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
EGDIR= ${PREFIX}/share/examples
CONF_FILES= ${EGDIR}/irman.conf ${PKG_SYSCONFDIR}/irman.conf
post-build:
${SED} -e "s:/usr/local/etc:${PKG_SYSCONFDIR}:g" \
-e "s:/usr/local:${PREFIX}:g" \
-e 's/test_func/irman_func/g' \
-e 's/test_io/irman_func/g' \
-e 's/test_name/irman_func/g' \
${WRKSRC}/README > ${WRKSRC}/libirman.README
${SED} -e 's:port /dev/ttyS1:port ${DEFAULT_SERIAL_DEVICE}:' \
${WRKSRC}/irman.conf > ${WRKSRC}/irman.conf.patched
${MV} ${WRKSRC}/irman.conf.patched ${WRKSRC}/irman.conf
post-install:
${INSTALL_PROGRAM} ${WRKSRC}/test_func ${PREFIX}/bin/irman_func
${INSTALL_PROGRAM} ${WRKSRC}/test_io ${PREFIX}/bin/irman_io
${INSTALL_PROGRAM} ${WRKSRC}/test_name ${PREFIX}/bin/irman_name
${INSTALL_DATA} ${WRKSRC}/libirman.README \
${PREFIX}/share/doc/libirman.README
.include "../../mk/bsd.pkg.mk"