diff options
author | joerg <joerg@pkgsrc.org> | 2010-01-29 23:50:26 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2010-01-29 23:50:26 +0000 |
commit | 2ff9815b12f0d01628a7f819ced5e767e23b52d6 (patch) | |
tree | 1ee3f20800498240db8a2a67d583bb4c50613c95 /ham/tlf/Makefile | |
parent | 838715459142ffd2687e9a19a6fc5eaeee7cb42e (diff) | |
download | pkgsrc-2ff9815b12f0d01628a7f819ced5e767e23b52d6.tar.gz |
DESTDIR support
Diffstat (limited to 'ham/tlf/Makefile')
-rw-r--r-- | ham/tlf/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/ham/tlf/Makefile b/ham/tlf/Makefile index dce8f9abd0a..2a840380294 100644 --- a/ham/tlf/Makefile +++ b/ham/tlf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2006/12/27 06:47:30 wulf Exp $ +# $NetBSD: Makefile,v 1.15 2010/01/29 23:54:50 joerg Exp $ # DISTNAME= tlf-0.9.30 @@ -9,6 +9,8 @@ MAINTAINER= wulf@NetBSD.org HOMEPAGE= http://home.iae.nl/users/reinc/TLF-0.2.html COMMENT= Advanced hamradio logging and contest program +PKG_DESTDIR_SUPPORT= user-destdir + USE_NCURSES= yes USE_TOOLS+= gmake msgfmt GNU_CONFIGURE= yes @@ -17,6 +19,8 @@ PTHREAD_AUTO_VARS= yes CONFIGURE_ARGS+= --enable-hamlib +INSTALLATION_DIRS+= share/tlf + post-patch: ${ECHO} SC_DEVICE=/dev/tty00 >> ${WRKSRC:Q}/share/logcfg.dat |