freebsd-ports/x11/9box/Makefile
Erwin Lansing 2f778a0834 Drop maintainership. Maintainer is not using FreeBSD as
primary OS any longer.

Thanks for all your work, Serge! Sorry to see you go.

PR:		66407
Submitted by:	Serge Gagnon <gagnon_s@sympatico.ca> (maintainer)
2004-05-09 07:10:43 +00:00

34 lines
681 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= 1
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_REINPLACE= yes
USE_XLIB= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
BUILD_WRKSRC= ${WRKSRC}/src
post-patch:
@${REINPLACE_CMD} -e 's|%%X11BASE%%|${X11BASE}|g; \
s|%%CC%%|${CC}|g' \
${WRKSRC}/src/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/9box ${PREFIX}/bin
.include <bsd.port.mk>