blob: aced461d3b955cf5c05dd8d1ddc3dea85c8f3a41 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: gtksamba
# Version required: 0.3.1
# Date created: 4 November 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
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>
|