summaryrefslogtreecommitdiff
path: root/emulators/twin/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2006-02-17 19:25:24 +0000
committerwiz <wiz@pkgsrc.org>2006-02-17 19:25:24 +0000
commit49243ae7aaa1b4725042f9b739f54382b6b12300 (patch)
treed1458bbcdb99849dd52aecf420a020b445f9e827 /emulators/twin/Makefile
parent49ca56cd69a7a8a669aabd22032cb464e304350c (diff)
downloadpkgsrc-49243ae7aaa1b4725042f9b739f54382b6b12300.tar.gz
Do not install *.orig files. Get rid of autoconf dependency.
Diffstat (limited to 'emulators/twin/Makefile')
-rw-r--r--emulators/twin/Makefile15
1 files changed, 6 insertions, 9 deletions
diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile
index 5ea9f089c68..84485f52fcd 100644
--- a/emulators/twin/Makefile
+++ b/emulators/twin/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2006/02/05 23:09:04 joerg Exp $
+# $NetBSD: Makefile,v 1.23 2006/02/17 19:25:24 wiz Exp $
#
DISTNAME= twin-src-3.1.14
@@ -9,30 +9,27 @@ MASTER_SITES= ftp://ftp.willows.com/pub/twin/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.willows.com/
-COMMENT= Cross-platform implementation of the win32 api
+COMMENT= Cross-platform implementation of the Win32 API
BROKEN_IN= pkgsrc-2005Q4
WRKSRC= ${WRKDIR}/twin
GNU_CONFIGURE= yes
-USE_TOOLS+= autoconf213 gmake
+USE_TOOLS+= gmake
BUILD_TARGET= depend world
CONFIGURE_ARGS+= --enable-debugger
-.include "../../mk/x11.buildlink3.mk"
-
-pre-configure:
- cd ${WRKSRC} && autoreconf --force
-
pre-build:
${CP} ${WRKSRC}/windows/Execfreebsd.c ${WRKSRC}/windows/Execnetbsd.c
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/twin
${INSTALL_DATA} ${WRKSRC}/documentation/* ${PREFIX}/share/doc/twin/
- ${INSTALL_DATA} ${WRKSRC}/include/* ${PREFIX}/include/
+ ${INSTALL_DATA} ${WRKSRC}/include/*.h ${PREFIX}/include/
+ ${INSTALL_DATA} ${WRKSRC}/include/*.h.in ${PREFIX}/include/
${INSTALL_DATA} ${WRKSRC}/documentation/rc.1 ${PREFIX}/man/man1
${INSTALL_DATA} ${WRKSRC}/documentation/debugger.1 ${PREFIX}/man/man1
${INSTALL_PROGRAM} ${WRKSRC}/tools/rc/rc ${PREFIX}/bin
+.include "../../mk/x11.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"