1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/x11/tycoon/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

30 lines
744 B
Makefile

# Created by: steve@farrell.org
# $FreeBSD$
PORTNAME= tycoon
PORTVERSION= 1.07o
PORTREVISION= 8
CATEGORIES= x11
MASTER_SITES= SUNSITE/X11/desktop
MAINTAINER= ports@FreeBSD.org
COMMENT= Nifty set of desktop apps, including floating buttons
LIB_DEPENDS= libforms.so:${PORTSDIR}/x11-toolkits/xforms
USES= imake
USE_XORG= xaw
post-patch:
@${REINPLACE_CMD} -e 's,/usr/lib,${PREFIX}/lib,' \
${WRKSRC}/xbackdrop/backdrops/index
@${REINPLACE_CMD} -e 's|^update_file|void update_file|' \
${WRKSRC}/xchooser/xchooser.c
@${FIND} ${WRKSRC} -name '*.c' -type f | ${XARGS} ${REINPLACE_CMD} -e \
's,FL_REVISION>=80,FL_REVISION >= 80 || FL_VERSION != 0,g'
pre-configure:
@${RM} -f ${WRKSRC}/xbackdrop/backdrops/index?*
.include <bsd.port.mk>