1999-05-03 04:41:09 +00:00
|
|
|
# New ports collection makefile for: genius
|
|
|
|
# Date created: 1 May 1999
|
|
|
|
# Whom: Andrey Zakhvatov
|
|
|
|
#
|
1999-08-25 05:28:01 +00:00
|
|
|
# $FreeBSD$
|
1999-05-03 04:41:09 +00:00
|
|
|
#
|
|
|
|
|
2000-04-08 22:04:57 +00:00
|
|
|
PORTNAME= genius
|
|
|
|
PORTVERSION= 0.4.6
|
1999-05-03 04:41:09 +00:00
|
|
|
CATEGORIES= deskutils gnome
|
|
|
|
MASTER_SITES= http://ftp.5z.com/pub/genius/
|
|
|
|
|
2000-11-17 17:00:49 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-05-03 04:41:09 +00:00
|
|
|
|
|
|
|
USE_X_PREFIX= yes
|
1999-05-30 03:42:50 +00:00
|
|
|
USE_GMAKE= yes
|
2000-10-05 07:10:50 +00:00
|
|
|
USE_GNOME= yes
|
1999-05-30 03:42:50 +00:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
1999-05-03 04:41:09 +00:00
|
|
|
|
2000-08-04 16:11:37 +00:00
|
|
|
pre-patch:
|
2001-03-29 16:35:19 +00:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-08-04 01:34:38 +00:00
|
|
|
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'
|
|
|
|
|
1999-05-03 04:41:09 +00:00
|
|
|
.include <bsd.port.mk>
|