Changeset View
Changeset View
Standalone View
Standalone View
head/devel/charva/Makefile
| # Created by: Alex Dupre <ale@FreeBSD.org> | # Created by: Alex Dupre <ale@FreeBSD.org> | ||||
| # $FreeBSD$ | # $FreeBSD$ | ||||
| PORTNAME= charva | PORTNAME= charva | ||||
| PORTVERSION= 1.1.4 | PORTVERSION= 1.1.4 | ||||
| PORTREVISION= 5 | PORTREVISION= 6 | ||||
| CATEGORIES= devel java | CATEGORIES= devel java | ||||
| MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} | MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} | ||||
| DISTNAME= ${PORTNAME} | DISTNAME= ${PORTNAME} | ||||
| MAINTAINER= ale@FreeBSD.org | MAINTAINER= ale@FreeBSD.org | ||||
| COMMENT= Java Windowing Toolkit for Text Terminals | COMMENT= Java Windowing Toolkit for Text Terminals | ||||
| BUILD_DEPENDS= gmake:devel/gmake | BUILD_DEPENDS= gmake:devel/gmake | ||||
| RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/jakarta-commons-logging | RUN_DEPENDS= ${JAVALIBDIR}/commons-logging.jar:java/apache-commons-logging | ||||
| BROKEN_armv6= fails to compile: build.xml: compilation failed | BROKEN_armv6= fails to compile: build.xml: compilation failed | ||||
| BROKEN_armv7= fails to compile: build.xml: compilation failed | BROKEN_armv7= fails to compile: build.xml: compilation failed | ||||
| OPTIONS_DEFINE= DOCS | OPTIONS_DEFINE= DOCS | ||||
| USES= dos2unix zip | USES= dos2unix zip | ||||
| DOS2UNIX_GLOB= build.xml Makefile.freebsd.txt *.c *.java | DOS2UNIX_GLOB= build.xml Makefile.freebsd.txt *.c *.java | ||||
| Show All 30 Lines | |||||