mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
28 lines
662 B
Makefile
28 lines
662 B
Makefile
PORTNAME= xballoon
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 4
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://kozos.jp/myfreesoft/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Balloons move on root window
|
|
WWW= https://kozos.jp/myfreesoft/
|
|
|
|
USES= xorg
|
|
USE_XORG= xpm xmu xaw
|
|
ALL_TARGET= xballoon
|
|
|
|
PLIST_FILES= bin/xballoon \
|
|
share/man/man1/xballoon.1.gz
|
|
|
|
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 ${STAGEDIR}${PREFIX}/bin/xballoon
|
|
${INSTALL_MAN} ${WRKSRC}/xballoon.man ${STAGEDIR}${PREFIX}/share/man/man1/xballoon.1
|
|
|
|
.include <bsd.port.mk>
|