diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 10:24:23 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-07-15 10:24:23 +0000 |
commit | 5661618df90f72713110a1e905050ff91e4b6043 (patch) | |
tree | 5de33f34c62f5113edf785ac770d463772c66ec1 /x11/xrootconsole/Makefile | |
parent | 2cc83ec4cd0c494e5a8bc2eb4c76ac37e193f1ff (diff) |
Notes
Diffstat (limited to 'x11/xrootconsole/Makefile')
-rw-r--r-- | x11/xrootconsole/Makefile | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/x11/xrootconsole/Makefile b/x11/xrootconsole/Makefile new file mode 100644 index 000000000000..72adb7d2f6c7 --- /dev/null +++ b/x11/xrootconsole/Makefile @@ -0,0 +1,32 @@ +# New ports collection makefile for: xrootconsole +# Date created: 12 July 2002 +# Whom: incabulos@mac.com +# +# $FreeBSD$ +# + +PORTNAME= xrootconsole +PORTVERSION= 0.5 +CATEGORIES= x11 +MASTER_SITES= http://de-fac.to/bob/xrootconsole/ \ + ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} + +MAINTAINER= incabulos@mac.com + +USE_REINPLACE= yes +USE_XLIB= yes +CFLAGS+= -I${X11BASE}/include +USE_GMAKE= yes + +MAN1= xrootconsole.1 + +post-patch: + @${REINPLACE_CMD} -e "s|^CC|#CC|g" \ + -e "s|CFLAGS = -O2|CFLAGS +=|g" ${WRKSRC}/Makefile + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xrootconsole ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/xrootconsole.1 ${MAN1PREFIX}/man/man1 + +.include <bsd.port.mk> |