diff options
author | oliver <oliver@FreeBSD.org> | 2005-01-27 18:27:41 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-01-27 18:27:41 +0000 |
commit | f281835320485b44810f2855e3e8950a67e4716f (patch) | |
tree | de44d79f0d8af698c14aba6a34d75e7a5288140c /x11/Terminal/Makefile | |
parent | 9ce18bfd63feeee01f3764c06c43eb899e083062 (diff) | |
download | FreeBSD-ports-f281835320485b44810f2855e3e8950a67e4716f.zip FreeBSD-ports-f281835320485b44810f2855e3e8950a67e4716f.tar.gz |
Add Terminal 0.2.2, terminal emulator for the X windowing system.
PR: 76742
Submitted by: Matt Lancereau <matt@bsdfly.org>
Diffstat (limited to 'x11/Terminal/Makefile')
-rw-r--r-- | x11/Terminal/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/x11/Terminal/Makefile b/x11/Terminal/Makefile new file mode 100644 index 0000000..84321bb --- /dev/null +++ b/x11/Terminal/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: Terminal +# Date created: 23 October 2004 +# Whom: Matt Lancereau <matt@bsdfly.org> +# +# $FreeBSD$ +# + +PORTNAME= Terminal +PORTVERSION= 0.2.2 +CATEGORIES= x11 +MASTER_SITES= http://download.berlios.de/xfce-goodies/ + +MAINTAINER= matt@bsdfly.org +COMMENT= Terminal emulator for the X windowing system + +LIB_DEPENDS= exo-0.2:${PORTSDIR}/x11/libexo \ + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui + +GNU_CONFIGURE= yes +USE_GNOME= glib20 vte +USE_X_PREFIX= yes +USE_REINPLACE= yes + +MAN1= Terminal.1 + +post-patch: +.if defined(NOPORTDOCS) + @${REINPLACE_CMD} -e 's| doc[ ]*||' ${WRKSRC}/Makefile.in +.else + @${REINPLACE_CMD} -e 's|$$(datadir)/doc/Terminal|${DOCSDIR}|g' \ + ${WRKSRC}/doc/C/images/Makefile.in \ + ${WRKSRC}/doc/C/Makefile.in \ + ${WRKSRC}/doc/Makefile.in +.endif + +.include <bsd.port.mk> |