blob: 00c09307d2f7caa3b702f914084e6bad434a8dae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: kp
# Version required: 0.95
# Date created: 8 May 1995
# Whom: asami
#
# $Id: Makefile,v 1.2 1995/10/02 07:58:41 asami Exp $
#
DISTNAME= kp-0.95
CATEGORIES+= misc
MASTER_SITES= ftp://forgery.cs.berkeley.edu/pub/
MAINTAINER= asami@FreeBSD.org
RUN_DEPENDS= wish:${PORTSDIR}/x11/tk
USE_X11= yes
post-install:
gzip -9nf ${PREFIX}/man/man1/kp.1
.include <bsd.port.mk>
|