mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
22 lines
379 B
Makefile
22 lines
379 B
Makefile
# New ports collection makefile for: x2x
|
|
# Date created: 3 September 2000
|
|
# Whom: grog
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= x2x
|
|
PORTVERSION= 1.27
|
|
CATEGORIES= x11-servers
|
|
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>
|