2003-07-23 19:45:43 +00: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 05:10:27 +00:00
|
|
|
PORTREVISION= 1
|
2003-07-23 19:45:43 +00:00
|
|
|
CATEGORIES= x11
|
2004-04-03 20:46:07 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= thierry
|
2003-07-23 19:45:43 +00:00
|
|
|
|
2004-03-21 09:58:44 +00:00
|
|
|
MAINTAINER= gagnon_s@sympatico.ca
|
2003-07-23 19:45:43 +00:00
|
|
|
COMMENT= 9box can "pack" windows inside itself
|
|
|
|
|
2004-02-05 20:38:07 +00:00
|
|
|
PLIST_FILES= bin/9box
|
2003-07-23 19:45:43 +00:00
|
|
|
USE_REINPLACE= yes
|
|
|
|
USE_XLIB= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/src
|
|
|
|
|
|
|
|
post-patch:
|
2004-04-04 07:17:52 +00:00
|
|
|
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g; \
|
|
|
|
s|%%CC%%|${CC}|g' \
|
2003-07-23 19:45:43 +00:00
|
|
|
${WRKSRC}/src/Makefile
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/src/9box ${PREFIX}/bin
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|