1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-15 23:50:44 +00:00
freebsd-ports/games/xquarto/Makefile
Satoshi Asami 2971a93e52 Convert to PORTNAME/PORTVERSION. The following ports hand invalid version
strings so I fixed them: quakeforge, netrek-BRMH, netrek-COW3, tetrinet-x and
xnibbles.
2000-04-14 12:28:40 +00:00

24 lines
444 B
Makefile

# New ports collection makefile for: xquarto
# Date created: 9 March 1998
# Whom: Andrey Zakhvatov
#
# $FreeBSD$
#
PORTNAME= xquarto
PORTVERSION= 1.0
CATEGORIES= games
MASTER_SITES= http://www.math.lsa.umich.edu/~mattiasj/games/xquarto/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
USE_IMAKE= yes
MAN6= xquarto.6
pre-configure:
@${ECHO} "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile
.include <bsd.port.mk>