freebsd-ports/textproc/opensched/Makefile
Oliver Eikemeier e3c2232e45 Reset unreachable MAINTAINERs to ports@FreeBSD.org
PR:		59109
Approved by:	marcus (mentor)
2003-11-19 19:28:40 +00:00

24 lines
477 B
Makefile

# New ports collection makefile for: opensched
# Date created: 31 January 2001
# Whom: Daniel McRobb <dwm@caimis.com>
#
# $FreeBSD$
#
PORTNAME= opensched
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://www.m-tech.ab.ca/download/sched/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A project scheduler
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
USE_GMAKE= yes
MAN1= opensched.1
.include <bsd.port.mk>