diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2012-05-22 15:24:42 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2012-05-22 15:24:42 +0000 |
commit | 134df80ac462a0f62edbe18431e8ac1b821ecdb9 (patch) | |
tree | 47a4e3590f79d0d618bcaf8442933867ab63045f /textproc/opensched | |
parent | d7b5320dfc880edd6bd6a8bb777047f519e5b65c (diff) |
Notes
Diffstat (limited to 'textproc/opensched')
-rw-r--r-- | textproc/opensched/Makefile | 18 | ||||
-rw-r--r-- | textproc/opensched/files/patch-af | 2 | ||||
-rw-r--r-- | textproc/opensched/pkg-descr | 2 |
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/ |