freebsd-ports/textproc/opensched/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

30 lines
558 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= 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>