2003-04-16 11:44:55 +00:00
|
|
|
# New ports collection makefile for: LinNeighborhood
|
|
|
|
# Please read files/porters-note!
|
|
|
|
# Date created: 2003/04/06
|
|
|
|
# Whom: Heiner <h.eichmann@gmx.de>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= LinNeighborhood
|
|
|
|
PORTVERSION= 0.6.5
|
2004-02-04 05:10:27 +00:00
|
|
|
PORTREVISION= 4
|
2003-04-16 11:44:55 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.bnro.de/~schmidjo/download/
|
|
|
|
|
2004-02-17 20:11:23 +00:00
|
|
|
MAINTAINER= barner@gmx.de
|
2003-04-16 11:44:55 +00:00
|
|
|
COMMENT= GTK+ gui for browsing and mounting SMB filesystems
|
|
|
|
|
|
|
|
RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gtk12
|
2003-11-17 01:35:14 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
|
2003-04-16 11:44:55 +00:00
|
|
|
|
2004-02-17 08:57:49 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} >= 502102
|
|
|
|
FORBIDDEN= "Does not respect PTHREAD_{CFLAGS,LIBS}"
|
|
|
|
.endif
|
|
|
|
|
2003-11-17 01:35:14 +00:00
|
|
|
post-patch:
|
2003-04-16 11:44:55 +00:00
|
|
|
${CP} ${FILESDIR}/mntent* ${WRKSRC}/src
|
2003-11-17 01:35:14 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
|
2003-04-16 11:44:55 +00:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
2004-02-17 08:57:49 +00:00
|
|
|
.include <bsd.port.post.mk>
|