mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
15 lines
316 B
Makefile
15 lines
316 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
|
|
|
|
NO_STAGE= yes
|
|
.include "${MASTERDIR}/Makefile"
|