Index: head/textproc/opensched/Makefile =================================================================== --- head/textproc/opensched/Makefile (revision 297198) +++ head/textproc/opensched/Makefile (revision 297199) @@ -1,34 +1,30 @@ # New ports collection makefile for: opensched # Date created: 31 January 2001 # Whom: Daniel McRobb # # $FreeBSD$ # PORTNAME= opensched PORTVERSION= 0.1.0 PORTREVISION= 7 CATEGORIES= textproc 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 +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 +.include Property changes on: head/textproc/opensched/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.17 \ No newline at end of property +1.18 \ No newline at end of property Index: head/textproc/opensched/files/patch-af =================================================================== --- head/textproc/opensched/files/patch-af (revision 297198) +++ head/textproc/opensched/files/patch-af (revision 297199) @@ -1,11 +1,11 @@ --- src/Makefile.orig Tue Oct 26 01:41:45 1999 +++ 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 CDEPEND = $(CC) -M CDEPENDFLAGS = Property changes on: head/textproc/opensched/files/patch-af ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.1 \ No newline at end of property +1.2 \ No newline at end of property Index: head/textproc/opensched/pkg-descr =================================================================== --- head/textproc/opensched/pkg-descr (revision 297198) +++ head/textproc/opensched/pkg-descr (revision 297199) @@ -1,6 +1,6 @@ OpenSched is a project management / scheduling program. It reads a 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/ Property changes on: head/textproc/opensched/pkg-descr ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.2 \ No newline at end of property +1.3 \ No newline at end of property