46805c3820
tcl/tk 8.2 still needs to be updated to 8.3 to fully clean up that mess.
35 lines
795 B
Makefile
35 lines
795 B
Makefile
# OpenBSD makefile for: tkman
|
|
# Version required: 2.0.6
|
|
# Date created: May 20 1998
|
|
# Whom: Angelos D. Keromytis
|
|
#
|
|
# $OpenBSD: Makefile,v 1.8 2000/03/27 18:17:30 espie Exp $
|
|
#
|
|
|
|
DISTNAME= tkman-2.1b4
|
|
CATEGORIES= misc
|
|
NEED_VERSION= 1.230
|
|
MASTER_SITES= ftp://ftp.cs.berkeley.edu/ucb/people/phelps/tcltk/
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= angelos@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= "no fee"
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= "no fee"
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
LIB_DEPENDS= tk83.1.::x11/tk/8.3
|
|
RUN_DEPENDS= rman::textproc/rman \
|
|
glimpse::textproc/glimpse
|
|
|
|
FAKE= Yes
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkman
|
|
${INSTALL_DATA} ${WRKSRC}/tkman-help.html ${PREFIX}/share/doc/tkman
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|