mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
ddc550ff99
dependent ports PR: 144982, 149958 Reviewed by: johans (earlier version of the patch)
14 lines
302 B
Makefile
14 lines
302 B
Makefile
# Created by: 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"
|