aboutsummaryrefslogtreecommitdiffstats
path: root/japanese/kterm16c/Makefile
blob: e035e1bb5cfd22e308a482a3534988b4aec1781f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:    kterm
# Version required: 6.2
# Date created:     18 November 1994
# Whom:         asami
#
# $Id: Makefile,v 1.12 1996/11/11 10:12:21 max Exp $
#

DISTNAME=   kterm-6.2.0
PKGNAME=    jp-kterm-6.2.0
CATEGORIES= japanese x11
MASTER_SITES=   ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= 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>