2001-03-11 03:18:43 +01:00
|
|
|
# New ports collection makefile for: opensched
|
|
|
|
# Date created: 31 January 2001
|
|
|
|
# Whom: Daniel McRobb <dwm@caimis.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= opensched
|
2004-04-10 19:26:55 +02:00
|
|
|
PORTVERSION= 0.1.0
|
|
|
|
PORTREVISION= 2
|
2001-03-11 03:18:43 +01:00
|
|
|
CATEGORIES= textproc
|
2004-04-14 20:51:58 +02:00
|
|
|
MASTER_SITES= http://mtechit.com/dlsoftware/opensched/
|
2001-03-11 03:18:43 +01:00
|
|
|
|
2003-11-19 20:28:40 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 14:42:50 +01:00
|
|
|
COMMENT= A project scheduler
|
2001-03-11 03:18:43 +01:00
|
|
|
|
|
|
|
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
MAN1= opensched.1
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/opensched
|
2001-03-11 03:18:43 +01:00
|
|
|
|
2004-02-25 11:21:37 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${ARCH} == "alpha"
|
|
|
|
BROKEN= "Does not compile"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|