mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add LICENSE
- Add MAKE_JOBS_SAFE - Update WWW PR: 161647 Submitted by: KATO Tsuguru <tkato432@yahoo.com>
This commit is contained in:
parent
db8e9f4a80
commit
c302a89d01
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=283785
2 changed files with 6 additions and 2 deletions
|
@ -12,11 +12,15 @@ CATEGORIES= emulators gnome
|
||||||
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
|
MASTER_SITES= SF/${PORTNAME:L}/${PORTNAME}/${PORTVERSION}
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
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_GNOME= gnomehack gnomeprefix libglade
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
MAKE_JOBS_SAFE= yes
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
LDFLAGS+= -L${LOCALBASE}/lib
|
||||||
|
|
||||||
|
|
|
@ -6,4 +6,4 @@ properties (memory usage, processing bursts, IO accesses) and VisualOS will
|
||||||
dynamically show different graphical representations of each subsystem. It is
|
dynamically show different graphical representations of each subsystem. It is
|
||||||
also possible to select the algorithm to be used in each case.
|
also possible to select the algorithm to be used in each case.
|
||||||
|
|
||||||
WWW: http://visualos.sourceforge.net/
|
WWW: http://sourceforge.net/projects/visualos/
|
||||||
|
|
Loading…
Add table
Reference in a new issue