mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
18 lines
412 B
Makefile
18 lines
412 B
Makefile
# New ports collection makefile for: xboard
|
|
# Version required: 3.4 patchlevel 0
|
|
# Date created: 2 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $Id: Makefile,v 1.4 1995/04/11 00:20:24 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xboard-3.4.pl0
|
|
PKGNAME= xboard-3.4.0
|
|
CATEGORIES+= games
|
|
MASTER_SITES= ftp://ftp.x.org/contrib/games/
|
|
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|