diff options
author | Will Andrews <will@FreeBSD.org> | 2001-03-11 02:18:43 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-03-11 02:18:43 +0000 |
commit | 2ee7b7621d171450abf239b466fc50909668aa1b (patch) | |
tree | c98f295daba14a1c8310008c2620aaa3e6a3b260 /textproc/opensched/Makefile | |
parent | f6bbbcac907c883b56f906201d45aa685ae7b2c5 (diff) | |
download | ports-2ee7b7621d171450abf239b466fc50909668aa1b.tar.gz ports-2ee7b7621d171450abf239b466fc50909668aa1b.zip |
Notes
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> |