24 lines
489 B
Makefile
24 lines
489 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.mk>
|