Sun Jan 4 09:25:36 2015 UTC ()
Set USE_BSD_MAKEFILE instead of limiting to netbsd.


(dholland)
diff -r1.3 -r1.4 pkgsrc/misc/window/Makefile

cvs diff -r1.3 -r1.4 pkgsrc/misc/window/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/window/Makefile 2012/10/08 09:57:41 1.3
+++ pkgsrc/misc/window/Makefile 2015/01/04 09:25:36 1.4
@@ -1,25 +1,19 @@ @@ -1,25 +1,19 @@
1# $NetBSD: Makefile,v 1.3 2012/10/08 09:57:41 asau Exp $ 1# $NetBSD: Makefile,v 1.4 2015/01/04 09:25:36 dholland Exp $
2 2
3DISTNAME= window-20120215 3DISTNAME= window-20120215
4CATEGORIES= misc 4CATEGORIES= misc
5MASTER_SITES= ${MASTER_SITE_LOCAL} 5MASTER_SITES= ${MASTER_SITE_LOCAL}
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8COMMENT= Windowing environment for ASCII terminals 8COMMENT= Windowing environment for ASCII terminals
9LICENSE= modified-bsd 9LICENSE= modified-bsd
10 10
11# The current distfile relies on the NetBSD make system and does not use any 11USE_BSD_MAKEFILE= yes
12# kind of autoconfiguration. This is done purely for simplicity reasons but 
13# is why this package is restricted to NetBSD. If anyone is willing to 
14# improve the distfile to be more portable (e.g. by adding autoconf support), 
15# we can remove this limitation. 
16ONLY_FOR_PLATFORM= NetBSD-[5-9]*-* 
17 
18INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 12INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
19 13
20do-install: 14do-install:
21 ${INSTALL_PROGRAM} ${WRKSRC}/window ${DESTDIR}${PREFIX}/bin 15 ${INSTALL_PROGRAM} ${WRKSRC}/window ${DESTDIR}${PREFIX}/bin
22 ${INSTALL_MAN} ${WRKSRC}/window.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1 16 ${INSTALL_MAN} ${WRKSRC}/window.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
23 17
24.include "../../mk/curses.buildlink3.mk" 18.include "../../mk/curses.buildlink3.mk"
25.include "../../mk/bsd.pkg.mk" 19.include "../../mk/bsd.pkg.mk"