1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/misc/tkman/Makefile

29 lines
727 B
Makefile
Raw Normal View History

# New ports collection makefile for: tkman
1998-07-30 11:48:56 +00:00
# Version required: 2.1b1
# Date created: 27 Dec 1994
1997-08-25 09:46:38 +00:00
# Whom: Thomas Gellekum <tg@freebsd.org>
#
1998-09-25 10:05:14 +00:00
# $Id: Makefile,v 1.32 1998/08/07 23:56:41 asami Exp $
#
1998-07-30 11:48:56 +00:00
DISTNAME= tkman-2.1b1
1997-08-25 09:46:38 +00:00
CATEGORIES= misc tk80
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
EXTRACT_SUFX= .tar.Z
1996-10-21 06:46:57 +00:00
MAINTAINER= tg@freebsd.org
1995-12-09 01:30:20 +00:00
1998-09-25 10:05:14 +00:00
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
1997-04-27 00:25:19 +00:00
RUN_DEPENDS= rman:${PORTSDIR}/textproc/rman \
glimpse:${PORTSDIR}/textproc/glimpse
NO_CDROM= "License required"
1997-08-25 09:46:38 +00:00
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${PREFIX}/share/doc/tkman
${INSTALL_DATA} ${WRKSRC}/tkman-help.html ${PREFIX}/share/doc/tkman
.endif
.include <bsd.port.mk>