1164434f84
Changes: 0.6.6 (29 May 2004) * Use dependency tracking in Makefile's because cscc supports it. * Make word sizes dynamic, and remove __WORDSIZE. * Implement "fcntl". * Implement the basic infrastructure for socket and netdb functions. * Import inet* routines from glibc. * Mismatched definitions for __pt_thread_run and __syscall_seek (Gopal V).
20 lines
516 B
Makefile
20 lines
516 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/05/29 12:20:14 xtraeme Exp $
|
|
#
|
|
|
|
DISTNAME= pnetC-0.6.6
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.southern-storm.com.au/download/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.dotgnu.org/
|
|
COMMENT= C language binding for DotGNU Portable .NET
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GNU_TOOLS+= make
|
|
USE_BUILDLINK3= yes
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../lang/pnet/buildlink3.mk"
|
|
.include "../../lang/pnetlib/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|