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/