summaryrefslogtreecommitdiff
path: root/sysutils/libirman/Makefile
diff options
context:
space:
mode:
authorabs <abs>2009-02-13 22:18:01 +0000
committerabs <abs>2009-02-13 22:18:01 +0000
commit73401761c63c64b58bc1633dc309ca9aba6d2449 (patch)
tree7e59b3bac4d3e814a7b7034d2f4b05de2092fa30 /sysutils/libirman/Makefile
parente73c31c6183ded0c842b4f8eb9e1db211f1884d2 (diff)
downloadpkgsrc-73401761c63c64b58bc1633dc309ca9aba6d2449.tar.gz
Updated sysutils/libirman to 0.4.1c
Move abandonware to code.google, and merge pkgsrc patches Add PKG_DESTDIR_SUPPORT
Diffstat (limited to 'sysutils/libirman/Makefile')
-rw-r--r--sysutils/libirman/Makefile19
1 files changed, 6 insertions, 13 deletions
diff --git a/sysutils/libirman/Makefile b/sysutils/libirman/Makefile
index a66a7a605a2..d0d302455cd 100644
--- a/sysutils/libirman/Makefile
+++ b/sysutils/libirman/Makefile
@@ -1,14 +1,13 @@
-# $NetBSD: Makefile,v 1.14 2008/09/21 19:41:42 abs Exp $
+# $NetBSD: Makefile,v 1.15 2009/02/13 22:18:01 abs Exp $
#
-DISTNAME= libirman-0.4.1b
-PKGNAME= ${DISTNAME:S/b$/.2/}
-PKGREVISION= 7
+DISTNAME= libirman-0.4.1c
CATEGORIES= sysutils
-MASTER_SITES= http://www.evation.com/libirman/
+MASTER_SITES= http://libirman.googlecode.com/files/
+EXTRACT_SUFX= .tbz
MAINTAINER= abs@NetBSD.org
-HOMEPAGE= http://www.evation.com/libirman/libirman.html
+HOMEPAGE= http://code.google.com/p/libirman/
COMMENT= Programming library for Irman - infrared control
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -19,6 +18,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR:Q}
EGDIR= ${PREFIX}/share/examples
CONF_FILES= ${EGDIR}/irman.conf ${PKG_SYSCONFDIR}/irman.conf
+PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= share/doc share/examples
post-build:
@@ -32,11 +32,4 @@ post-build:
${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"