2000-10-26 15:00:45 +02:00
|
|
|
# New ports collection makefile for: VisualOS
|
|
|
|
# Date created: 26 October 2000
|
|
|
|
# Whom: Maxim Sobolev <sobomax@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= VisualOS
|
2004-10-12 12:29:47 +02:00
|
|
|
PORTVERSION= 1.0.5
|
2006-03-07 09:28:06 +01:00
|
|
|
PORTREVISION= 1
|
2000-10-26 15:00:45 +02:00
|
|
|
CATEGORIES= emulators gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
2003-08-01 20:45:32 +02:00
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME:L}
|
2000-10-26 15:00:45 +02:00
|
|
|
|
2003-07-29 11:12:37 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A visual simulator of an operating system to help understand how OSes work
|
2000-10-26 15:00:45 +02:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
2003-08-01 20:45:32 +02:00
|
|
|
USE_GNOME= gnomehack gnomeprefix libglade
|
2004-10-12 12:29:47 +02:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_GMAKE= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-26 15:00:45 +02:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
2001-03-30 14:40:27 +02:00
|
|
|
MAN1= VisualOS.1
|
|
|
|
|
2004-10-12 12:29:47 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^#define _/d' ${WRKSRC}/src/signals.c
|
|
|
|
|
2000-10-26 15:00:45 +02:00
|
|
|
.include <bsd.port.mk>
|