summaryrefslogtreecommitdiff
path: root/emulators
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-08-01 18:45:32 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-08-01 18:45:32 +0000
commit73769bfdcaf7732827f8d53af4707e089a440079 (patch)
tree2b7703af43cae7248dd649930dc96eef8ff82626 /emulators
parent- Utilize USE_SDL (diff)
- Rearrange USE_GNOME
PR: 55150 Submitted by: Ports Fury Approved by: fjoe (mentor) (implicit)
Notes
Notes: svn path=/head/; revision=86144
Diffstat (limited to 'emulators')
-rw-r--r--emulators/visualos/Makefile11
1 files changed, 2 insertions, 9 deletions
diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile
index bb781b61d363..3123e32494d0 100644
--- a/emulators/visualos/Makefile
+++ b/emulators/visualos/Makefile
@@ -9,25 +9,18 @@ PORTNAME= VisualOS
PORTVERSION= 1.0.4
CATEGORIES= emulators gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR= visualos
+MASTER_SITE_SUBDIR= ${PORTNAME:L}
MAINTAINER= ports@FreeBSD.org
COMMENT= A visual simulator of an operating system to help understand how OSes work
USE_X_PREFIX= yes
USE_GMAKE= yes
-USE_GNOME= yes
+USE_GNOME= gnomehack gnomeprefix libglade
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAN1= VisualOS.1
-pre-patch:
- @${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
- s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
- @find ${WRKSRC} -name "Makefile.in*" | xargs ${PERL} -pi -e \
- 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \
- s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g'
-
.include <bsd.port.mk>