aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/opensched/Makefile
blob: a632306eea9cbee261471de8b3fa3455518d89b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# 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=   3
CATEGORIES= textproc
MASTER_SITES=   http://mtechit.com/dlsoftware/opensched/

MAINTAINER= ports@FreeBSD.org
COMMENT=    A project scheduler

BUILD_DEPENDS=  latex:${PORTSDIR}/print/teTeX

USE_GMAKE=  yes

MAN1=       opensched.1
PLIST_FILES=    bin/opensched

.include <bsd.port.pre.mk>

.if ${ARCH} == "alpha"
BROKEN=     "Does not compile"
.endif

.include <bsd.port.post.mk>