mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
081079e0db
in the first place.
24 lines
488 B
Makefile
24 lines
488 B
Makefile
# New ports collection makefile for: xquarto
|
|
# Version required: 1.0
|
|
# Date created: 9 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id: Makefile,v 1.3 1998/09/15 11:13:18 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xquarto-1.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= http://www.math.kth.se/~mjo/games/xquarto/
|
|
|
|
MAINTAINER= andy@icc.surw.chel.su
|
|
|
|
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>
|