mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
f4d6acbc42
there are lots of broken stuff and funky Makefiles here. Please check your ports, and also put yourself in MAINTAINER so I know who to talk to. Thanks....
19 lines
417 B
Makefile
19 lines
417 B
Makefile
# New ports collection makefile for: xboard
|
|
# Version required: 3.2 patchlevel 0
|
|
# Date created: 2 Jan 1995
|
|
# Whom: swallace
|
|
#
|
|
# $Id: Makefile,v 1.3 1995/04/01 12:45:09 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= xboard-3.2.pl0
|
|
PKGNAME= xboard-3.2.0
|
|
CATEGORIES+= games
|
|
MASTER_SITES= ftp://ftp.x.org/contrib/games/
|
|
|
|
HAS_CONFIGURE= yes
|
|
STRIP=
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
|
|
.include <bsd.port.mk>
|