1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/japanese/kterm16c/Makefile
Masafumi Max NAKANE 474b385af1 Use ISO639 language abbreviation instead of ISO3166 country abbreviation
for PKGNAME.  (IE, jp-* to ja-*).
1997-09-14 21:36:25 +00:00

26 lines
579 B
Makefile

# New ports collection makefile for: kterm
# Version required: 6.2
# Date created: 18 November 1994
# Whom: asami
#
# $Id: Makefile,v 1.13 1996/11/18 09:54:05 asami Exp $
#
DISTNAME= kterm-6.2.0
PKGNAME= ja-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>