mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
4c46ca73d8
Add USES=xorg and USES=gl to ports in categories starting with 'x' While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
30 lines
734 B
Makefile
30 lines
734 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:x11-toolkits/xforms
|
|
|
|
USES= imake xorg
|
|
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} ${WRKSRC}/xbackdrop/backdrops/index?*
|
|
|
|
.include <bsd.port.mk>
|