summaryrefslogtreecommitdiff
path: root/x11/xterm/Makefile
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-05-14 11:24:49 +0000
committergrant <grant@pkgsrc.org>2004-05-14 11:24:49 +0000
commitc3285b0e4681a5f2c87faff2cf5df4b29c90a92d (patch)
tree378ea5431276e806f6fb2a9922d3e08a972e15f0 /x11/xterm/Makefile
parent89fc7672594fcff2a12cd83f96f37f818440cb40 (diff)
downloadpkgsrc-c3285b0e4681a5f2c87faff2cf5df4b29c90a92d.tar.gz
Updated xterm to 188.
Package changes: - use buildlink3. - use GNU configure instead of imake. - use official MASTER_SITE. - external Xpoll.h no longer needed. - remove ONLY_FOR_PLATFORM. Major changes since 164 are lengthy and can be found at: http://invisible-island.net/xterm/xterm.log.html
Diffstat (limited to 'x11/xterm/Makefile')
-rw-r--r--x11/xterm/Makefile19
1 files changed, 9 insertions, 10 deletions
diff --git a/x11/xterm/Makefile b/x11/xterm/Makefile
index 0310f412a3e..fa0b34a283d 100644
--- a/x11/xterm/Makefile
+++ b/x11/xterm/Makefile
@@ -1,25 +1,24 @@
-# $NetBSD: Makefile,v 1.7 2003/07/17 22:57:04 grant Exp $
+# $NetBSD: Makefile,v 1.8 2004/05/14 11:24:49 grant Exp $
-DISTNAME= xterm-164
+DISTNAME= ${PKGBASE}
+PKGNAME= xterm-188
CATEGORIES= x11
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= ftp://invisible-island.net/xterm/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://dickey.his.com/xterm/xterm.html
COMMENT= Latest terminal emulator for the X Window System
-ONLY_FOR_PLATFORM= SunOS-*-* # in NetBSD X11 distribution
+DIST_SUBDIR= ${PKGNAME}
-USE_BUILDLINK2= YES
-USE_IMAKE= YES
+GNU_CONFIGURE= yes
+USE_BUILDLINK3= yes
+USE_X11= yes
+WRKSRC= ${WRKDIR}/${PKGNAME}
INSTALL_FILE= ${WRKDIR}/INSTALL
DEINSTALL_FILE= ${INSTALL_FILE}
-post-extract:
- @${MKDIR} ${WRKSRC}/X11
- @${LN} -s ${FILESDIR}/Xpoll.h ${WRKSRC}/X11
-
pre-build:
@${SED} -e 's#@MV@#${MV}#g' \
-e 's#@LOCALBASE@#${LOCALBASE}#g' \