diff options
author | Greg Lehey <grog@FreeBSD.org> | 2000-09-03 08:06:08 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2000-09-03 08:06:08 +0000 |
commit | 43d4ec4076b989858d6834f8c6c0137099ceb522 (patch) | |
tree | 863d8e97a170a132f94edf015857f508b4b594a1 /x11-servers/x2x/Makefile | |
parent | 21680b5ba945fbbf121df3a252fd6a3e986763aa (diff) |
Notes
Diffstat (limited to 'x11-servers/x2x/Makefile')
-rw-r--r-- | x11-servers/x2x/Makefile | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/x11-servers/x2x/Makefile b/x11-servers/x2x/Makefile new file mode 100644 index 000000000000..1b6350a68cfb --- /dev/null +++ b/x11-servers/x2x/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: x2x +# Date created: 3 September 2000 +# Whom: grog +# +# $FreeBSD$ +# + +PORTNAME= x2x +PORTVERSION= 1.27 +CATEGORIES= x11 +MASTER_SITES= http://gatekeeper.dec.com/pub/DEC/SRC/x2x/ +DISTNAME= ${PORTNAME}-${PORTVERSION} + +MAINTAINER= grog@FreeBSD.org + +USE_IMAKE= yes +USE_GMAKE= yes +MAKE_ENV+= MAKE=${GMAKE} +MANCOMPRESSED= yes +MAN1= x2x.1 + +do-install: + cd ${WRKSRC}; make install; make install.man + +.include <bsd.port.mk> |