3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
33 lines
660 B
Makefile
33 lines
660 B
Makefile
# 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
|
|
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
|
|
USE_GMAKE= yes
|
|
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 ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|