mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-01 01:17:02 +00:00
c3b89a682f
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>
31 lines
596 B
Makefile
31 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>
|