blob: d99d302c95e4fe9805c01289715a546c5d61cc70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.3 2004/01/24 13:51:15 grant 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_BUILDLINK2= yes
.include "../../lang/pnet/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"
|