2002-09-20 18:48:34 +02:00
|
|
|
# New ports collection makefile for: mldonkey
|
2003-01-26 19:30:30 +01:00
|
|
|
# Date created: 19 December 2002
|
2002-09-20 18:48:34 +02:00
|
|
|
# Whom: Holger Lamm <holger@e-gitt.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2003-06-15 21:55:31 +02:00
|
|
|
# build only the GUI
|
|
|
|
WITHOUT_CORE= yes
|
2004-03-06 18:57:17 +01:00
|
|
|
# unbreak index build with a common variable
|
|
|
|
.undef WITHOUT_GUI
|
2002-09-20 18:48:34 +02:00
|
|
|
|
2003-06-15 21:55:31 +02:00
|
|
|
COMMENT= A OCAML/GTK GUI for the MLdonkey peer-to-peer network client
|
2002-09-20 18:48:34 +02:00
|
|
|
|
2003-06-15 21:55:31 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../mldonkey
|
2002-09-20 18:48:34 +02:00
|
|
|
|
2003-06-15 21:55:31 +02:00
|
|
|
.include "${MASTERDIR}/Makefile"
|