blob: aa3025d0612f7e13394b0ab09a781b7185579ebd (
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
|
# New ports collection makefile for: kp
# Version required: 0.96
# Date created: 8 May 1995
# Whom: asami
#
# $Id: Makefile,v 1.4 1996/03/21 12:50:15 asami Exp $
#
DISTNAME= kp-0.96
CATEGORIES+= misc
MASTER_SITES= ftp://stampede.cs.berkeley.edu/pub/kp/
MAINTAINER= asami@FreeBSD.org
RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41
USE_X11= yes
post-install:
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/kp.1
.endif
.include <bsd.port.mk>
|