mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
23 lines
448 B
Makefile
23 lines
448 B
Makefile
# 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>
|