mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
210af95be1
repo copy from net/mldonkey-core PR: 75664 Repo copied by: marcus (portmgr)
16 lines
374 B
Makefile
16 lines
374 B
Makefile
# New ports collection makefile for: mldonkey core
|
|
# Date created: Sun Jun 15 19:49:31 UTC 2003
|
|
# Whom: Holger Lamm <holger@e-gitt.net> and Mario S F Ferreira <lioux@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
# build only the CORE
|
|
WITHOUT_GUI= yes
|
|
|
|
COMMENT= Client 'core' for the MLDonkey peer-to-peer network
|
|
|
|
MASTERDIR= ${.CURDIR}/../mldonkey-devel
|
|
|
|
.include "${MASTERDIR}/Makefile"
|