diff options
author | will <will@FreeBSD.org> | 2001-03-11 10:18:43 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-11 10:18:43 +0800 |
commit | a4d9970f8230fd2b4c368475c75e18b641edc901 (patch) | |
tree | fe598045ac359f40a65abbcbeec5194bfcc11a1d /textproc/opensched/Makefile | |
parent | 24dfd9528943e0880fded521f926c862ddb2e1e2 (diff) | |
download | freebsd-ports-gnome-a4d9970f8230fd2b4c368475c75e18b641edc901.tar.gz freebsd-ports-gnome-a4d9970f8230fd2b4c368475c75e18b641edc901.tar.zst freebsd-ports-gnome-a4d9970f8230fd2b4c368475c75e18b641edc901.zip |
Add opensched 0.1.0, a project scheduler.
PR: 24758
Submitted by: Daniel McRobb <dwm@caimis.com>
Diffstat (limited to 'textproc/opensched/Makefile')
-rw-r--r-- | textproc/opensched/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/textproc/opensched/Makefile b/textproc/opensched/Makefile new file mode 100644 index 000000000000..cc668f60f253 --- /dev/null +++ b/textproc/opensched/Makefile @@ -0,0 +1,22 @@ +# New ports collection makefile for: opensched +# Date created: 31 January 2001 +# Whom: Daniel McRobb <dwm@caimis.com> +# +# $FreeBSD$ +# + +PORTNAME= opensched +PORTVERSION= 0.1.0 +CATEGORIES= textproc +MASTER_SITES= http://www.m-tech.ab.ca/download/sched/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= dwm@caimis.com + +BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX + +USE_GMAKE= yes + +MAN1= opensched.1 + +.include <bsd.port.mk> |