mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
1d54d5ca93
PR: 5958 Submitted by: Andrey Zakhvatov <andy@icc.surw.chel.su>
25 lines
532 B
Makefile
25 lines
532 B
Makefile
# New ports collection makefile for: xquarto
|
|
# Version required: 1.0
|
|
# Date created: 9 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= xquarto-1.0
|
|
CATEGORIES= games x11
|
|
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
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/src/xquarto ${PREFIX}/bin
|
|
@ ${INSTALL_DATA} ${WRKSRC}/src/xquarto.man ${PREFIX}/man/man6/xquarto.6
|
|
|
|
.include <bsd.port.mk>
|