diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 20:03:34 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-01-17 20:03:34 +0000 |
commit | 0e18da54e6df87d8712056ed9d32502ca07f779b (patch) | |
tree | ef6f0a1fa1a709413f703c89c5e3c2b9face3e52 /net/gnosamba/Makefile | |
parent | Upgrade to 0.0.14. (diff) |
Upgrade to 0.3.1.
Diffstat (limited to 'net/gnosamba/Makefile')
-rw-r--r-- | net/gnosamba/Makefile | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/net/gnosamba/Makefile b/net/gnosamba/Makefile index 3682eacda865..abe17234e18b 100644 --- a/net/gnosamba/Makefile +++ b/net/gnosamba/Makefile @@ -1,28 +1,21 @@ # New ports collection makefile for: gtksamba -# Version required: 0.1.4 +# Version required: 0.3.1 # Date created: 4 November 1998 # Whom: Andrey Zakhvatov # -# $Id: Makefile,v 1.3 1998/12/01 09:01:48 vanilla Exp $ +# $Id: Makefile,v 1.4 1998/12/08 16:14:58 vanilla Exp $ # -DISTNAME= gtksamba-0.1.4 +DISTNAME= gtksamba-0.3.1 CATEGORIES= net MASTER_SITES= http://www.open-systems.com/gtksamba/ MAINTAINER= andy@icc.surw.chel.su -LIB_DEPENDS= gtk11.1:${PORTSDIR}/x11-toolkits/gtk11 +LIB_DEPENDS= gnomeui.1:${PORTSDIR}/x11/gnomelibs USE_X_PREFIX= yes - -do-install: - @ ${INSTALL_PROGRAM} ${WRKSRC}/gtksamba ${PREFIX}/bin -.if !defined(NOPORTDOCS) - @ ${MKDIR} ${PREFIX}/share/doc/gtksamba -.for file in COPYING README TODO - @ ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/share/doc/gtksamba -.endfor -.endif +GNU_CONFIGURE= yes +CONFIGURE_ENV= GTK_CONFIG="${X11BASE}/bin/gtk11d-config" .include <bsd.port.mk> |