1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/misc/kp/Makefile

25 lines
489 B
Makefile
Raw Normal View History

# New ports collection makefile for: kp
# Version required: 0.96
# Date created: 8 May 1995
# Whom: asami
#
# $Id: Makefile,v 1.5 1996/10/16 08:55:30 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>