freebsd-ports/x11/tkgoodstuff/Makefile

29 lines
689 B
Makefile
Raw Normal View History

# New ports collection makefile for: tkgoodstuff
1997-11-14 18:51:08 +01:00
# Version required: 8.0-final
# Date created: 7 Oct 1996
# Whom: pst
#
1998-09-25 12:05:14 +02:00
# $Id: Makefile,v 1.12 1998/08/08 00:02:08 asami Exp $
#
1997-11-14 18:51:08 +01:00
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
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>