8e8c6881df
repo copy from net/mldonkey-core PR: 75664 Repo copied by: marcus (portmgr)
17 lines
388 B
Makefile
17 lines
388 B
Makefile
# 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-devel
|
|
|
|
.include "${MASTERDIR}/Makefile"
|