1996-10-08 06:45:57 +02:00
|
|
|
# New ports collection makefile for: tkgoodstuff
|
|
|
|
# Date created: 7 Oct 1996
|
|
|
|
# Whom: pst
|
|
|
|
#
|
1999-08-31 04:51:23 +02:00
|
|
|
# $FreeBSD$
|
1996-10-08 06:45:57 +02:00
|
|
|
#
|
|
|
|
|
2000-04-13 21:19:05 +02:00
|
|
|
PORTNAME= tkgoodstuff
|
2001-02-05 17:18:54 +01:00
|
|
|
PORTVERSION= 8.0
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
1998-02-21 23:38:11 +01:00
|
|
|
CATEGORIES= x11 tk80
|
2000-08-08 02:10:04 +02:00
|
|
|
#
|
|
|
|
# No longer published by original developer. This port still works, although
|
|
|
|
# there are other (better) applications that do similar things. For now,
|
|
|
|
# use the local FreeBSD.ORG port cache.
|
|
|
|
#
|
|
|
|
#MASTER_SITES= http://www-personal.umich.edu/~markcrim/tkgoodstuff/dists/
|
2000-04-13 21:19:05 +02:00
|
|
|
DISTNAME= ${PORTNAME}${PORTVERSION}-final
|
1996-10-08 06:45:57 +02:00
|
|
|
|
2003-12-21 01:23:25 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= TkGoodstuff module for fvwm2 window manager - requires XPM and fvwm2
|
1996-10-08 06:45:57 +02:00
|
|
|
|
1998-08-08 02:02:08 +02:00
|
|
|
RUN_DEPENDS= fvwm2:${PORTSDIR}/x11-wm/fvwm2
|
1998-09-25 12:05:14 +02:00
|
|
|
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
|
1996-10-08 06:45:57 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
1997-11-14 18:51:08 +01:00
|
|
|
CONFIGURE_ENV= TCLCONFIGSH=${PREFIX}/lib/tcl8.0/tclConfig.sh \
|
|
|
|
TKCONFIGSH=${PREFIX}/lib/tk8.0/tkConfig.sh
|
1996-10-08 06:45:57 +02:00
|
|
|
CONFIGURE_ARGS= --enable-libs
|
1997-06-21 07:21:31 +02:00
|
|
|
STRIP=
|
1996-10-08 06:45:57 +02:00
|
|
|
|
1997-07-07 08:30:38 +02:00
|
|
|
post-patch:
|
|
|
|
@${RM} -f ${WRKSRC}/tcl/*.orig
|
|
|
|
|
1996-10-08 06:45:57 +02:00
|
|
|
.include <bsd.port.mk>
|