freebsd-ports/net-p2p/dclibc/Makefile
Ion-Mihai Tetcu c3b89a682f DCLibC is a library for implementing the Direct Connect peer-to-peer
protocol. It offers support for the NMDC protocol (client-hub
commands and client-client operations) and an interface to the
most common filelists.

WWW: http://www.gtkdc.org/

PR:		ports/102295
Submitted by:	Pankov Pavel <pankov_ at mail.ru>
2006-08-20 12:28:42 +00:00

30 lines
596 B
Makefile

# New ports collection makefile for: dclibc
# Date created: 2006-08-20
# Whom: Pankov Pavel <pankov_@mail.ru>
#
# $FreeBSD$
#
PORTNAME= dclibc
PORTVERSION= 0.1.1.d1
CATEGORIES= net-p2p
MASTER_SITES= http://www.gtkdc.org/gtkdc_files/dclibc/0.1/
DISTNAME= dclibc-0.1.1-debug1
MAINTAINER= pankov_p@mail.ru
COMMENT= A Direct Connect peer-to-peer protocol C library
GNU_CONFIGURE= yes
USE_GETTEXT= yes
USE_ICONV= yes
USE_GNOME= glib20 pkgconfig
USE_LDCONFIG= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
IGNORE= doesn't build on FreeBSD < 5.x
.endif
.include <bsd.port.post.mk>