blob: e7cc26c31ef4337197d6ec01229b2c7468cc7f3f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.1.1.1 2004/01/12 17:18:40 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_GMAKE= yes
USE_BUILDLINK2= yes
.include "../../devel/pnet/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|