f7311df0de
Julio (named after Julia that is the Java implementation) is a Python implementation of the Fractal component model. Julio has also be developed mainly for personal use. It is intended to be compliant to Fractal 3.1 (no templates for the moment).
20 lines
539 B
Makefile
20 lines
539 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2010/07/31 12:09:34 jihbed Exp $
|
|
#
|
|
|
|
DISTNAME= julio-0.4.0
|
|
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.lifl.fr/~marvie/download/
|
|
|
|
MAINTAINER= jihbed.research@gmail.com
|
|
HOMEPAGE= http://www.lifl.fr/~marvie/software/julio.html
|
|
COMMENT= Python Implementation of the Fractal Specification
|
|
#LICENSE= # TODO: (see mk/license.mk)
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LANGUAGES= # none
|
|
PYDISTUTILSPKG= yes
|
|
|
|
.include "../../lang/python/extension.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|