7c2f63ddba
submitted by pancake at phreaker.net. Ok'ed by wiz@. Changes since 0.3.0: 0.3.6 (16 January 2005) * Fix a problem with treecc.spec (Russell Stuart). 0.3.4 (30 October 2004) * Clean up Debian packaging rules (Russell Stuart). * Man page formatting (Peter Lund). 0.3.2 (8 August 2004) * Fixes for parallel builds (Gopal V).
18 lines
413 B
Makefile
18 lines
413 B
Makefile
# $NetBSD: Makefile,v 1.8 2005/06/13 18:40:40 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= treecc-0.3.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.southern-storm.com.au/download/
|
|
|
|
MAINTAINER= pancake@phreaker.net
|
|
HOMEPAGE= http://www.gnu.org/projects/dotgnu/
|
|
COMMENT= DotGNU Portable.NET aspect-oriented programming tool
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
USE_MAKEINFO= yes
|
|
INFO_FILES= treecc.info
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|