freebsd-ports/x11/tkgoodstuff/Makefile

36 lines
934 B
Makefile
Raw Normal View History

# New ports collection makefile for: tkgoodstuff
# Date created: 7 Oct 1996
# Whom: pst
#
1999-08-31 04:51:23 +02:00
# $FreeBSD$
#
2000-04-13 21:19:05 +02:00
PORTNAME= tkgoodstuff
2001-02-05 17:18:54 +01:00
PORTVERSION= 8.0
PORTREVISION= 1
CATEGORIES= x11 tk80
#
# 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
MAINTAINER= ports@FreeBSD.org
2003-02-20 20:21:36 +01:00
COMMENT= TkGoodstuff module for fvwm2 window manager - requires XPM and fvwm2
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
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
CONFIGURE_ARGS= --enable-libs
STRIP=
post-patch:
@${RM} -f ${WRKSRC}/tcl/*.orig
.include <bsd.port.mk>