freebsd-ports/x11/xrootconsole/Makefile
Eitan Adler 5210674604 Cleanup of the unowned ports in the x11 directory
- Convert to staging
- Fix USE_GMAKE
2013-10-13 06:13:53 +00:00

26 lines
622 B
Makefile

# Created by: incabulos@mac.com
# $FreeBSD$
PORTNAME= xrootconsole
PORTVERSION= 0.6
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Writes any log live onto the background
USE_XORG= x11
USES= gmake
PLIST_FILES= bin/xrootconsole man/man1/xrootconsole.1.gz
post-patch:
@${REINPLACE_CMD} -e 's|^CC =|CC ?=|g ; \
s|^CFLAGS = -O2|CFLAGS +=|g ; \
s|/usr/X11R6|$${LOCALBASE}|g' ${WRKSRC}/Makefile
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xrootconsole ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/xrootconsole.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
.include <bsd.port.mk>