aboutsummaryrefslogtreecommitdiff
path: root/textproc/opensched
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2012-05-22 15:24:42 +0000
committerMartin Wilke <miwi@FreeBSD.org>2012-05-22 15:24:42 +0000
commit134df80ac462a0f62edbe18431e8ac1b821ecdb9 (patch)
tree47a4e3590f79d0d618bcaf8442933867ab63045f /textproc/opensched
parentd7b5320dfc880edd6bd6a8bb777047f519e5b65c (diff)
downloadports-134df80ac462a0f62edbe18431e8ac1b821ecdb9.tar.gz
ports-134df80ac462a0f62edbe18431e8ac1b821ecdb9.zip
Notes
Diffstat (limited to 'textproc/opensched')
-rw-r--r--textproc/opensched/Makefile18
-rw-r--r--textproc/opensched/files/patch-af2
-rw-r--r--textproc/opensched/pkg-descr2
3 files changed, 9 insertions, 13 deletions
diff --git a/textproc/opensched/Makefile b/textproc/opensched/Makefile
index 37d594153bf7..d6f3bdf3a0fd 100644
--- a/textproc/opensched/Makefile
+++ b/textproc/opensched/Makefile
@@ -14,21 +14,17 @@ MASTER_SITES= http://hitachi-id.com/dlsoftware/opensched/
MAINTAINER= ports@FreeBSD.org
COMMENT= A project scheduler
-BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX
+LICENSE= GPLv2
USE_GMAKE= yes
+ALL_TARGET= build
+MAKE_JOBS_SAFE= yes
MAN1= opensched.1
PLIST_FILES= bin/opensched
-.include <bsd.port.pre.mk>
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/opensched ${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/doc/opensched.1 ${MANPREFIX}/man/man1
-.if ${ARCH} == "i386"
-BROKEN= Does not install
-.endif
-
-.if ${ARCH} == "alpha"
-BROKEN= Does not compile
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/textproc/opensched/files/patch-af b/textproc/opensched/files/patch-af
index 66eff41cd374..b11f8d9caded 100644
--- a/textproc/opensched/files/patch-af
+++ b/textproc/opensched/files/patch-af
@@ -2,7 +2,7 @@
+++ src/Makefile Sat Oct 19 15:13:56 2002
@@ -1,6 +1,6 @@
-CFLAGS=-Wall -g
-+CFLAGS+=-Wall -g
++CFLAGS+=-Wall
LIBS=-lm
-CC=gcc
+CC?=cc
diff --git a/textproc/opensched/pkg-descr b/textproc/opensched/pkg-descr
index b7030e73156a..dd5b747c3fe9 100644
--- a/textproc/opensched/pkg-descr
+++ b/textproc/opensched/pkg-descr
@@ -3,4 +3,4 @@ description file that describes what must be done and who can do what
work, and it automatically assigns work to people, and schedules the
entire project.
-WWW: http://mtechit.com/dlsoftware/opensched/
+WWW: http://hitachi-id.com/dlsoftware/opensched/