diff options
author | krion <krion@FreeBSD.org> | 2003-08-01 18:45:32 +0000 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-08-01 18:45:32 +0000 |
commit | d2704dd203d48637256060123114781f4733453f (patch) | |
tree | 90a771b9a82e7cf6a628435a3b8bf6ea4057437f /emulators/visualos/Makefile | |
parent | d32c291773271eaed698b2f71117df6341374d91 (diff) | |
download | FreeBSD-ports-d2704dd203d48637256060123114781f4733453f.zip FreeBSD-ports-d2704dd203d48637256060123114781f4733453f.tar.gz |
- Rearrange USE_GNOME
PR: 55150
Submitted by: Ports Fury
Approved by: fjoe (mentor) (implicit)
Diffstat (limited to 'emulators/visualos/Makefile')
-rw-r--r-- | emulators/visualos/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/emulators/visualos/Makefile b/emulators/visualos/Makefile index bb781b6..3123e32 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> |