1999-05-03 06:41:09 +02:00
|
|
|
# New ports collection makefile for: genius
|
|
|
|
# Date created: 1 May 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 07:28:01 +02:00
|
|
|
# $FreeBSD$
|
1999-05-03 06:41:09 +02:00
|
|
|
#
|
|
|
|
|
2000-04-09 00:04:57 +02:00
|
|
|
PORTNAME= genius
|
|
|
|
PORTVERSION= 0.4.6
|
1999-05-03 06:41:09 +02:00
|
|
|
CATEGORIES= deskutils gnome
|
|
|
|
MASTER_SITES= http://ftp.5z.com/pub/genius/
|
|
|
|
|
2000-11-17 18:00:49 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-05-03 06:41:09 +02:00
|
|
|
|
2002-09-07 04:03:46 +02:00
|
|
|
LIB_DEPENDS= gmp.3:${PORTSDIR}/math/libgmp-freebsd
|
|
|
|
|
2002-06-20 21:04:20 +02:00
|
|
|
USE_REINPLACE= yes
|
1999-05-03 06:41:09 +02:00
|
|
|
USE_X_PREFIX= yes
|
1999-05-30 05:42:50 +02:00
|
|
|
USE_GMAKE= yes
|
2002-07-28 00:58:47 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs
|
1999-05-30 05:42:50 +02:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-05-03 06:41:09 +02:00
|
|
|
|
2002-07-28 00:58:47 +02:00
|
|
|
post-patch:
|
2002-06-20 21:04:20 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-04 03:34:38 +02:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
|
|
|
|
1999-05-03 06:41:09 +02:00
|
|
|
.include <bsd.port.mk>
|