diff options
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> |