diff options
Diffstat (limited to 'misc')
-rw-r--r-- | misc/Makefile | 1 | ||||
-rw-r--r-- | misc/ganttproject/Makefile | 41 | ||||
-rw-r--r-- | misc/ganttproject/distinfo | 2 | ||||
-rw-r--r-- | misc/ganttproject/files/ganttproject | 3 | ||||
-rw-r--r-- | misc/ganttproject/pkg-descr | 5 |
5 files changed, 0 insertions, 52 deletions
diff --git a/misc/Makefile b/misc/Makefile index 3667fb4..8c7686c 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -94,7 +94,6 @@ SUBDIR += ftdi-eeprom SUBDIR += ftree SUBDIR += gaim-guifications - SUBDIR += ganttproject SUBDIR += gctpc SUBDIR += geekcode SUBDIR += getopt diff --git a/misc/ganttproject/Makefile b/misc/ganttproject/Makefile deleted file mode 100644 index cb2f681..0000000 --- a/misc/ganttproject/Makefile +++ /dev/null @@ -1,41 +0,0 @@ -# ex:ts=8 -# Ports collection makefile for: ganttproject -# Date created: Jul 6, 2004 -# Whom: ijliao -# -# $FreeBSD$ -# - -PORTNAME= ganttproject -PORTVERSION= 1.9.11 -CATEGORIES= misc -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} -EXTRACT_SUFX= -src.zip - -MAINTAINER= ports@FreeBSD.org -COMMENT= Plan projects using a Gantt chart - -BUILD_DEPENDS= ${ANT_CMD}:${PORTSDIR}/devel/apache-ant - -USE_ZIP= yes -USE_JAVA= yes -JAVA_VERSION= 1.4+ -JAVA_BUILD= yes -JAVA_RUN= yes -ANT_CMD?= ${LOCALBASE}/bin/ant -ANT= ${SETENV} JAVA_HOME=${JAVA_HOME} ${ANT_CMD} - -PLIST_FILES= bin/ganttproject %%JAVAJARDIR%%/ganttproject.jar - -post-patch: - @${SED} 's,%%JAVAJARDIR%%,${JAVAJARDIR},' ${FILESDIR}/${PORTNAME} > ${WRKSRC}/${PORTNAME} - -do-build: - @cd ${WRKSRC} && ${ANT} - -do-install: - ${INSTALL_DATA} ${WRKSRC}/build/${PORTNAME}-${PORTVERSION}.jar ${JAVAJARDIR}/${PORTNAME}.jar - ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/misc/ganttproject/distinfo b/misc/ganttproject/distinfo deleted file mode 100644 index fcca361..0000000 --- a/misc/ganttproject/distinfo +++ /dev/null @@ -1,2 +0,0 @@ -MD5 (ganttproject-1.9.11-src.zip) = 6bf6f999791ab8d23c90206ca9c1336c -SIZE (ganttproject-1.9.11-src.zip) = 4562369 diff --git a/misc/ganttproject/files/ganttproject b/misc/ganttproject/files/ganttproject deleted file mode 100644 index 8ef9316..0000000 --- a/misc/ganttproject/files/ganttproject +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh - -java -jar %%JAVAJARDIR%%/ganttproject.jar $@ diff --git a/misc/ganttproject/pkg-descr b/misc/ganttproject/pkg-descr deleted file mode 100644 index 5acca5c..0000000 --- a/misc/ganttproject/pkg-descr +++ /dev/null @@ -1,5 +0,0 @@ -Ganttproject lets you plan projects using a Gantt chart. GanttProject use a XML -file format. It can export the project in HTML Web pages or PDF document (using -XSLT) or image files. - -WWW: http://ganttproject.sourceforge.net/ |