aboutsummaryrefslogtreecommitdiff
path: root/ports-mgmt/barry/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ports-mgmt/barry/Makefile')
-rw-r--r--ports-mgmt/barry/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/ports-mgmt/barry/Makefile b/ports-mgmt/barry/Makefile
deleted file mode 100644
index 82f40706a93b..000000000000
--- a/ports-mgmt/barry/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: barry
-# Date created: 19 September 2002
-# Whom: Brad Davis <so14k@so14k.com>
-#
-# $FreeBSD$
-#
-
-PORTNAME= barry
-PORTVERSION= 0.7
-PORTREVISION= 2
-CATEGORIES= sysutils kde
-MASTER_SITES= http://www.student.uni-oldenburg.de/frerich.raabe/barry/ \
- http://freebsd.so14k.com/barry/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= A nice KDE frontend to the ports system
-
-BUILD_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade
-RUN_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/sysutils/portupgrade
-
-USE_BZIP2= yes
-USE_KDELIBS_VER=3
-USE_REINPLACE= yes
-USE_AUTOTOOLS= libtool:15
-
-post-patch:
- @${FIND} ${WRKSRC} -name "*.h" -and -not -name "linklocator.h" | \
- ${XARGS} ${REINPLACE_CMD} -e 's/^};/}/g'
- @${REINPLACE_CMD} "s,-lpthread,${PTHREAD_LIBS},g" ${WRKSRC}/configure
-
-pre-install:
- @${MKDIR} ${DESTDIR}${PREFIX}/share/applnk/Utilities
-
-.include <bsd.port.mk>