1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/x11-servers/x2x/Makefile
Satoshi Asami f26ed95970 MANCOMPRESSED=yes is default if USE_IMAKE is defined. Do not use +=
to define a variable that is defined only once.  Remove do-install
target which was doing "make install install.man" which is the default
anyway.
2000-09-08 10:43:39 +00:00

22 lines
372 B
Makefile

# 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}
MAN1= x2x.1
.include <bsd.port.mk>