1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/japanese/kterm/Makefile

25 lines
560 B
Makefile
Raw Normal View History

# New ports collection makefile for: kterm
1996-11-01 13:43:31 +00:00
# Version required: 6.2
# Date created: 18 November 1994
# Whom: asami
#
# $Id: Makefile,v 1.11 1996/11/01 13:43:14 asami Exp $
#
1996-11-01 13:43:31 +00:00
DISTNAME= kterm-6.2.0
PKGNAME= jp-kterm-6.2.0
CATEGORIES= japanese x11
1996-11-01 13:43:31 +00:00
MASTER_SITES= ftp://ftp.x.org/contrib/applications/
1995-04-07 05:48:11 +00:00
MAINTAINER= asami@FreeBSD.ORG
1995-04-07 05:48:11 +00:00
USE_IMAKE= yes
1996-11-01 13:43:31 +00:00
.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>