mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
33 lines
764 B
Makefile
33 lines
764 B
Makefile
# New ports collection makefile for: XBalloon
|
|
# Date created: 3 March 1999
|
|
# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xballoon
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://www.saturn.dti.ne.jp/~hsakai/myfreesoft/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Balloons move on root window
|
|
|
|
USE_XORG= xpm xmu xaw
|
|
ALL_TARGET= xballoon
|
|
|
|
MAN1= xballoon.1
|
|
PLIST_FILES= bin/xballoon
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|/usr/X11R6|$${LOCALBASE}|g ; \
|
|
s|gcc |$${CC} |g ; \
|
|
s|-O |$${CFLAGS} |g' ${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xballoon ${PREFIX}/bin/xballoon
|
|
${INSTALL_MAN} ${WRKSRC}/xballoon.man ${MANPREFIX}/man/man1/xballoon.1
|
|
|
|
.include <bsd.port.mk>
|