1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/ports-mgmt/barry/Makefile
Jeremy Messenger 789d75c728 -Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.

It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.

With help:	marcus and kwm
Pointyhat-exp:	a few times by pav
Tested by:	pgollucci, "Romain Tartière" <romain@blogreen.org>, and
		a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by:	marcus
Approved by:	portmgr
2009-08-02 19:36:34 +00:00

44 lines
1.0 KiB
Makefile

# New ports collection makefile for: barry
# Date created: 19 September 2002
# Whom: Brad Davis <so14k@so14k.com>
#
# $FreeBSD$
#
PORTNAME= barry
PORTVERSION= 0.7
PORTREVISION= 5
CATEGORIES= ports-mgmt 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}/ports-mgmt/portupgrade
RUN_DEPENDS= ${LOCALBASE}/sbin/portsdb:${PORTSDIR}/ports-mgmt/portupgrade
USE_BZIP2= yes
USE_KDELIBS_VER=3
USE_AUTOTOOLS= libtool:22
INSTALLS_ICONS= yes
USE_GETTEXT= yes
NO_LATEST_LINK= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 700042
BROKEN= Broken with gcc 4.2
.endif
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} ${PREFIX}/share/applnk/Utilities
.include <bsd.port.post.mk>