c328d32cad
packages to be build containing only the MLDonkey GUI.
16 lines
318 B
Makefile
16 lines
318 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
|
|
|
|
COMMENT= A OCAML/GTK GUI for the MLdonkey peer-to-peer network client
|
|
|
|
MASTERDIR= ${.CURDIR}/../mldonkey
|
|
|
|
.include "${MASTERDIR}/Makefile"
|