aboutsummaryrefslogtreecommitdiff
path: root/net/linneighborhood/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/linneighborhood/Makefile')
-rw-r--r--net/linneighborhood/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/net/linneighborhood/Makefile b/net/linneighborhood/Makefile
deleted file mode 100644
index 92307c5bbf40..000000000000
--- a/net/linneighborhood/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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
-PORTREVISION= 3
-CATEGORIES= sysutils
-MASTER_SITES= http://www.bnro.de/~schmidjo/download/
-
-MAINTAINER= h.eichmann@gmx.de
-COMMENT= GTK+ gui for browsing and mounting SMB filesystems
-
-RUN_DEPENDS= smbclient:${PORTSDIR}/net/samba
-
-GNU_CONFIGURE= yes
-USE_GMAKE= yes
-USE_GNOME= gtk12
-USE_REINPLACE= yes
-CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-
-post-patch:
- ${CP} ${FILESDIR}/mntent* ${WRKSRC}/src
- @${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' ${WRKSRC}/configure
-
-post-install:
- @${CAT} ${PKGMESSAGE}
-
-.include <bsd.port.mk>