mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
26 lines
508 B
Makefile
26 lines
508 B
Makefile
# New ports collection makefile for: xquarto
|
|
# Date created: 9 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xquarto
|
|
PORTVERSION= 1.0
|
|
PORTREVISION= 1
|
|
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_XPM= yes
|
|
MAN6= xquarto.6
|
|
PLIST_FILES= bin/xquarto
|
|
|
|
pre-configure:
|
|
@${ECHO_CMD} "MANSUFFIX=6" >>${WRKSRC}/src/Imakefile
|
|
|
|
.include <bsd.port.mk>
|