aboutsummaryrefslogtreecommitdiffstats
path: root/net-p2p/mldonkey-gui/Makefile
blob: 975bbebf93c32e682bddf4cfa44e595a8ccdf40d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# New ports collection makefile for:    mldonkey
# Date created:     19 December 2002
# Whom:         Holger Lamm <holger@e-gitt.net>
#
# $FreeBSD$
#

# build only the GUI
WITHOUT_CORE=   yes
# unbreak index build with a common variable
.undef WITHOUT_GUI

COMMENT=    A OCAML/GTK GUI for the MLdonkey peer-to-peer network client

MASTERDIR=  ${.CURDIR}/../mldonkey

.include "${MASTERDIR}/Makefile"