From c302a89d01a289f58afd6066bccd3bc1b2cc8e16 Mon Sep 17 00:00:00 2001 From: Emanuel Haupt Date: Tue, 18 Oct 2011 13:05:31 +0000 Subject: [PATCH] - Add LICENSE - Add MAKE_JOBS_SAFE - Update WWW PR: 161647 Submitted by: KATO Tsuguru --- emulators/visualos/Makefile | 6 +++++- emulators/visualos/pkg-descr | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile index dcc9279b8077..209c789c9174 100644 --- a/emulators/visualos/Makefile +++ b/emulators/visualos/Makefile @@ -12,11 +12,15 @@ CATEGORIES= emulators gnome MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION} MAINTAINER= ports@FreeBSD.org -COMMENT= A visual simulator of an operating system to help understand how OSes work +COMMENT= Visual simulator of an operating system to help understand an OSes + +LICENSE= GPLv2 USE_GNOME= gnomehack gnomeprefix libglade USE_GMAKE= yes GNU_CONFIGURE= yes +MAKE_JOBS_SAFE= yes + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib diff --git a/emulators/visualos/pkg-descr b/emulators/visualos/pkg-descr index 8c8e4c190e49..2fd86c3b40b4 100644 --- a/emulators/visualos/pkg-descr +++ b/emulators/visualos/pkg-descr @@ -6,4 +6,4 @@ properties (memory usage, processing bursts, IO accesses) and VisualOS will dynamically show different graphical representations of each subsystem. It is also possible to select the algorithm to be used in each case. -WWW: http://visualos.sourceforge.net/ +WWW: http://sourceforge.net/projects/visualos/