freebsd-ports/x11/tkgoodstuff/Makefile
Bill Fenner f06d13b6ff Add tk virtual category where missing. List of ports which depend on tk
but aren't in a tk virtual category from
 awk -F\| '$9 ~ /tk-/ && $7 !~ /tk/ {print $1}' INDEX

I didn't do anything about the ports which depend on things which depend
 on a tk revision.  I'd be afraid that the depended-upon port might change
 and thus outdate the virtual category in the depender.
1998-02-21 22:38:11 +00:00

29 lines
676 B
Makefile

# New ports collection makefile for: tkgoodstuff
# Version required: 8.0-final
# Date created: 7 Oct 1996
# Whom: pst
#
# $Id: Makefile,v 1.9 1997/11/14 17:51:01 pst Exp $
#
DISTNAME= tkgoodstuff8.0-final
PKGNAME= tkgoodstuff-8.0
CATEGORIES= x11 tk80
MASTER_SITES= http://www-personal.umich.edu/~markcrim/tkgoodstuff/dists/
MAINTAINER= pst@FreeBSD.org
RUN_DEPENDS= fvwm2:${PORTSDIR}/x11/fvwm2
LIB_DEPENDS= tk80\\.1:${PORTSDIR}/x11/tk80
GNU_CONFIGURE= yes
CONFIGURE_ENV= TCLCONFIGSH=${PREFIX}/lib/tcl8.0/tclConfig.sh \
TKCONFIGSH=${PREFIX}/lib/tk8.0/tkConfig.sh
CONFIGURE_ARGS= --enable-libs
STRIP=
post-patch:
@${RM} -f ${WRKSRC}/tcl/*.orig
.include <bsd.port.mk>