mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
29 lines
646 B
Makefile
29 lines
646 B
Makefile
# New ports collection makefile for: tkgoodstuff
|
|
# Version required: 8.0-final
|
|
# Date created: 7 Oct 1996
|
|
# Whom: pst
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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-wm/fvwm2
|
|
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/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>
|