340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
25 lines
509 B
Makefile
25 lines
509 B
Makefile
# New ports collection makefile for: xquarto
|
|
# Date created: 9 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xquarto
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.math.lsa.umich.edu/~mattiasj/games/xquarto/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= X version of simple but tricky board game
|
|
|
|
USE_IMAKE= yes
|
|
USE_XORG= xaw
|
|
MAN6= xquarto.6
|
|
PLIST_FILES= bin/xquarto
|
|
|
|
pre-configure:
|
|
@${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile
|
|
|
|
.include <bsd.port.mk>
|