mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
23 lines
457 B
Makefile
23 lines
457 B
Makefile
# New ports collection makefile for: kp
|
|
# Version required: 0.95
|
|
# Date created: 8 May 1995
|
|
# Whom: asami
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1995/05/09 11:07:06 asami Exp $
|
|
#
|
|
|
|
DISTNAME= kp-0.95
|
|
CATEGORIES+= utilities
|
|
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>
|