1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/x11/9box/Makefile
Eitan Adler b58e05f76e Cleanup of the unowned ports in the x11 directory
- Convert to staging
- Fix USE_GMAKE
2013-10-13 06:14:24 +00:00

29 lines
581 B
Makefile

# Created by: Serge Gagnon <gagnon__s@videotron.ca>
# $FreeBSD$
PORTNAME= 9box
PORTVERSION= 0.2.1
PORTREVISION= 3
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= thierry
MAINTAINER= ports@FreeBSD.org
COMMENT= 9box can "pack" windows inside itself
PLIST_FILES= bin/9box
USES= gmake
USE_XORG= xbitmaps x11 xt
BUILD_WRKSRC= ${WRKSRC}/src
post-patch:
@${REINPLACE_CMD} -e 's|%%LOCALBASE%%|${LOCALBASE}|g; \
s|%%CC%%|${CC}|g' \
${WRKSRC}/src/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/9box ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>