1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-02 01:20:54 +00:00
freebsd-ports/net-p2p/mldonkey-gui/Makefile
Brendan Fabeny ddc550ff99 update x11-toolkits/ocaml-lablgtk2 to 2.16.0+bugfixes, and adjust
dependent ports

PR:		144982, 149958
Reviewed by:	johans (earlier version of the patch)
2013-03-05 20:22:02 +00:00

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"