1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/x11/tkgoodstuff/Makefile

26 lines
607 B
Makefile
Raw Normal View History

# New ports collection makefile for: tkgoodstuff
# Version required: 4.1
# Date created: 7 Oct 1996
# Whom: pst
#
1997-04-20 13:20:00 +00:00
# $Id: Makefile,v 1.4 1996/11/18 11:44:04 asami Exp $
#
DISTNAME= tkgoodstuff4.1
PKGNAME= tkgoodstuff-4.1
1997-04-20 13:20:00 +00:00
CATEGORIES= x11 tk41
MASTER_SITES= ftp://merv.philosophy.lsa.umich.edu/pub/
EXTRACT_SUFX= .tgz
MAINTAINER= pst@FreeBSD.org
RUN_DEPENDS= fvwm:${PORTSDIR}/x11/fvwm2
1996-10-10 05:50:17 +00:00
LIB_DEPENDS= tk41\\.1:${PORTSDIR}/x11/tk41
GNU_CONFIGURE= yes
CONFIGURE_ENV= TCLCONFIGSH=/usr/libdata/tcl/tclConfig.sh TCLSH=/usr/bin/tclsh \
INSTALL_PROGRAM=""
CONFIGURE_ARGS= --enable-libs
.include <bsd.port.mk>