blob: 1581942a353d88d72baa3c50940b10c297184dae (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# 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
.include "${MASTERDIR}/Makefile"
|