aboutsummaryrefslogtreecommitdiff
path: root/japanese/kterm16c/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-11-01 13:43:31 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-11-01 13:43:31 +0000
commit542f5a6acab8400111a65dac080c3bd85444bc5b (patch)
treee7ba25f24d236431691356c65e6949ad4d2b233b /japanese/kterm16c/Makefile
parent95de57f81b048549f6353db5113a0a9f14e17cf4 (diff)
downloadports-542f5a6acab8400111a65dac080c3bd85444bc5b.tar.gz
ports-542f5a6acab8400111a65dac080c3bd85444bc5b.zip
Notes
Diffstat (limited to 'japanese/kterm16c/Makefile')
-rw-r--r--japanese/kterm16c/Makefile16
1 files changed, 11 insertions, 5 deletions
diff --git a/japanese/kterm16c/Makefile b/japanese/kterm16c/Makefile
index 038f1ad42be6..43606c756870 100644
--- a/japanese/kterm16c/Makefile
+++ b/japanese/kterm16c/Makefile
@@ -1,18 +1,24 @@
# New ports collection makefile for: kterm
-# Version required: 6.1
+# Version required: 6.2
# Date created: 18 November 1994
# Whom: asami
#
-# $Id: Makefile,v 1.9 1996/06/03 02:17:23 asami Exp $
+# $Id: Makefile,v 1.10 1996/09/19 04:38:22 asami Exp $
#
-DISTNAME= kterm-6.1.0
-PKGNAME= jp-kterm-6.1.0
+DISTNAME= kterm-6.2.0
+PKGNAME= jp-kterm-6.2.0
CATEGORIES+= japanese x11
-MASTER_SITES= ftp://freefall.freebsd.org/pub/FreeBSD/LOCAL_PORTS/
+MASTER_SITES= ftp://ftp.x.org/contrib/applications/
MAINTAINER= asami@FreeBSD.ORG
USE_IMAKE= yes
+.if exists(/usr/X11R6/lib/libXaw3d.a) && !defined(PACKAGE_BUILDING)
+post-patch:
+ @${ECHO_MSG} "===> Applying Xaw3d scrollbar patch"
+ @${PATCH} ${PATCH_ARGS} < ${FILESDIR}/patch-0
+.endif
+
.include <bsd.port.mk>