mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
f0e1832852
(FYI: this was the catalyst for the recent crusade to nuke the core tcl) Submitted by: max
30 lines
706 B
Makefile
30 lines
706 B
Makefile
# New ports collection makefile for: tkgoodstuff
|
|
# Version required: 4.2b1-8
|
|
# Date created: 7 Oct 1996
|
|
# Whom: pst
|
|
#
|
|
# $Id: Makefile,v 1.5 1997/04/20 13:20:00 wosch Exp $
|
|
#
|
|
|
|
DISTNAME= tkgoodstuff4.2
|
|
PKGNAME= tkgoodstuff-4.2b1.8
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www-personal.umich.edu/~markcrim/tkgoodstuff/dists/
|
|
|
|
MAINTAINER= pst@FreeBSD.org
|
|
|
|
RUN_DEPENDS= fvwm:${PORTSDIR}/x11/fvwm2
|
|
LIB_DEPENDS= tk42\\.1:${PORTSDIR}/x11/tk42
|
|
|
|
WRKSRC= ${WRKDIR}/tkgoodstuff4.2b1-8
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= TCLCONFIGSH=${PREFIX}/lib/tcl7.6/tclConfig.sh \
|
|
TKCONFIGSH=${PREFIX}/lib/tk4.2/tkConfig.sh
|
|
CONFIGURE_ARGS= --enable-libs
|
|
STRIP=
|
|
|
|
post-patch:
|
|
@${RM} -f ${WRKSRC}/tcl/*.orig
|
|
|
|
.include <bsd.port.mk>
|