mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
2971a93e52
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and xnibbles.
24 lines
499 B
Makefile
24 lines
499 B
Makefile
# New ports collection makefile for: xmris
|
|
# Date created: 21 September 1994
|
|
# Whom: jmz
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= xmris
|
|
PORTVERSION= 4.04
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games
|
|
DISTNAME= ${PORTNAME}.${PORTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= jmz@FreeBSD.org
|
|
|
|
USE_GMAKE= yes
|
|
USE_IMAKE= yes
|
|
MAKE_FLAGS= XAPPLOADDIR=${PREFIX}/lib/X11/app-defaults -f
|
|
ALL_TARGET= xmris
|
|
MAN6= xmred.6 xmris.6 xmsit.6
|
|
|
|
.include <bsd.port.mk>
|