2003-07-23 21:45:43 +02:00
|
|
|
# New ports collection makefile for: 9box
|
|
|
|
# Date created: Fri Mar 21 10:10:48 EST 2003
|
|
|
|
# Whom: Serge Gagnon <gagnon__s@videotron.ca>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= 9box
|
|
|
|
PORTVERSION= 0.2.1
|
2004-02-04 06:10:27 +01:00
|
|
|
PORTREVISION= 1
|
2003-07-23 21:45:43 +02:00
|
|
|
CATEGORIES= x11
|
2004-04-03 22:46:07 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= thierry
|
2003-07-23 21:45:43 +02:00
|
|
|
|
2004-05-09 09:10:43 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-07-23 21:45:43 +02:00
|
|
|
COMMENT= 9box can "pack" windows inside itself
|
|
|
|
|
2004-02-05 21:38:07 +01:00
|
|
|
PLIST_FILES= bin/9box
|
2003-07-23 21:45:43 +02:00
|
|
|
USE_XLIB= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/src
|
|
|
|
|
|
|
|
post-patch:
|
2004-04-04 09:17:52 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g; \
|
|
|
|
s|%%CC%%|${CC}|g' \
|
2003-07-23 21:45:43 +02:00
|
|
|
${WRKSRC}/src/Makefile
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/9box ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|