freebsd-ports/textproc/opensched/Makefile

31 lines
558 B
Makefile
Raw Normal View History

# 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
CATEGORIES= textproc
MASTER_SITES= http://mtechit.com/dlsoftware/opensched/
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:42:50 +01:00
COMMENT= A project scheduler
BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
USE_GMAKE= yes
MAN1= opensched.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/opensched
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>