blob: a5f6ebe0279fd4a1a73d59918b15ce1c3bbe09d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.4 2004/02/27 07:37:04 xtraeme Exp $
#
DISTNAME= pnetC-0.6.0
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
.include "../../lang/pnet/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
|