mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
b58e05f76e
- Convert to staging - Fix USE_GMAKE
29 lines
581 B
Makefile
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>
|