mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
ed1ba38a9f
to maintain all these ports I once committed (sometimes as a proxy).
29 lines
669 B
Makefile
29 lines
669 B
Makefile
# New ports collection makefile for: kterm
|
|
# Version required: 6.2
|
|
# Date created: 18 November 1994
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.15 1997/10/17 12:56:49 itojun Exp $
|
|
#
|
|
|
|
DISTNAME= kterm-6.2.0
|
|
PKGNAME= ja-kterm-6.2.0
|
|
CATEGORIES= japanese x11
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= applications
|
|
|
|
PATCH_SITES= ftp://ftp.sra.co.jp/pub/x11/kterm/
|
|
PATCHFILES= kterm-6.2.0.NFS-xauth.patch
|
|
|
|
MAINTAINER= ports@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>
|