2000-01-14 20:17:09 +00:00
|
|
|
# New ports collection makefile for: gnomba
|
|
|
|
# Date created: 10 January 2000
|
|
|
|
# Whom: Dmitry Sivachenko <dima@Chg.RU>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= gnomba
|
2002-06-16 09:42:30 +00:00
|
|
|
PORTVERSION= 0.6.2
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
2000-01-14 20:17:09 +00:00
|
|
|
CATEGORIES= net gnome
|
2002-06-16 09:42:30 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= gnomba
|
2000-01-14 20:17:09 +00:00
|
|
|
|
2000-11-13 12:45:40 +00:00
|
|
|
MAINTAINER= demon@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= GNOME compliant browser of SMB shares
|
2000-01-14 20:17:09 +00:00
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2002-09-21 18:11:08 +00:00
|
|
|
USE_GNOME= gnomeprefix gnomehack gnomelibs
|
2003-11-20 15:06:14 +00:00
|
|
|
USE_PERL5_BUILD=yes
|
2000-01-14 20:17:09 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-10-05 07:17:31 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2002-06-16 09:42:30 +00:00
|
|
|
MAN1= gnomba.1
|
|
|
|
|
2002-09-21 18:11:08 +00:00
|
|
|
post-patch:
|
2001-03-29 16:35:19 +00:00
|
|
|
@${PERL} -pi -e 's|-lpthread|${PTHREAD_LIBS}|g ; \
|
2000-10-05 07:17:31 +00:00
|
|
|
s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure
|
2000-01-14 20:17:09 +00:00
|
|
|
|
|
|
|
pre-configure:
|
2000-10-05 07:17:31 +00:00
|
|
|
${RM} ${WRKSRC}/config.cache
|
2000-01-14 20:17:09 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|