diff options
author | Paul Traina <pst@FreeBSD.org> | 1996-10-08 04:45:57 +0000 |
---|---|---|
committer | Paul Traina <pst@FreeBSD.org> | 1996-10-08 04:45:57 +0000 |
commit | c0e343b542b790907d0442738ea54340f891a765 (patch) | |
tree | 460930734f372cfac4aac2ed185f237ecc7e9a2e /x11/tkgoodstuff/Makefile | |
parent | 25527aa8958dc599b0125bebc80075bdde855eba (diff) |
Notes
Diffstat (limited to 'x11/tkgoodstuff/Makefile')
-rw-r--r-- | x11/tkgoodstuff/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11/tkgoodstuff/Makefile b/x11/tkgoodstuff/Makefile new file mode 100644 index 000000000000..cb324980a160 --- /dev/null +++ b/x11/tkgoodstuff/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: tkgoodstuff +# Version required: 4.1 +# Date created: 7 Oct 1996 +# Whom: pst +# +# $Id$ +# + +#PKGNAME= tkgoodstuff-4.1 +DISTNAME= tkgoodstuff4.1 +CATEGORIES+= x11 +MASTER_SITES= ftp://merv.philosophy.lsa.umich.edu/pub/ +EXTRACT_SUFX= .tgz + +MAINTAINER= pst@FreeBSD.org + +RUN_DEPENDS= fvwm:${PORTSDIR}/x11/fvwm2 +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + +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> |