19 lines
456 B
Makefile
19 lines
456 B
Makefile
# $NetBSD: Makefile,v 1.18 2012/10/31 11:19:51 asau Exp $
|
|
#
|
|
|
|
DISTNAME= treecc-0.3.10
|
|
PKGREVISION= 1
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://download.savannah.gnu.org/releases/dotgnu-pnet/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.gnu.org/projects/dotgnu/
|
|
COMMENT= DotGNU Portable.NET aspect-oriented programming tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake lex yacc makeinfo
|
|
INFO_FILES= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|