mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c5344554d9
PR: 11844 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
24 lines
524 B
Makefile
24 lines
524 B
Makefile
# New ports collection makefile for: gtksamba
|
|
# Version required: 0.3.1
|
|
# Date created: 4 November 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id: Makefile,v 1.6 1999/04/26 19:35:56 mharo Exp $
|
|
#
|
|
|
|
DISTNAME= gtksamba-0.3.2pl1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.open-systems.com/gtksamba/
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
LIB_DEPENDS= gnomeui.2:${PORTSDIR}/x11/gnomelibs
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
|
|
.include <bsd.port.mk>
|