1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-17 00:00:40 +00:00
freebsd-ports/games/xmris/Makefile

27 lines
554 B
Makefile
Raw Normal View History

# New ports collection makefile for: xmris
# Date created: 21 September 1994
# Whom: jmz
#
1999-08-25 06:06:33 +00:00
# $FreeBSD$
PORTNAME= xmris
PORTVERSION= 4.04
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
DISTNAME= ${PORTNAME}.${PORTVERSION}
1996-12-06 00:48:25 +00:00
EXTRACT_SUFX= .tgz
1995-04-06 23:10:36 +00:00
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
2000-05-01 23:18:54 +00:00
post-install:
@${CHMOD} g+w ${X11BASE}/lib/X11/xmris
.include <bsd.port.mk>