1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/games/xboard/Makefile
Satoshi Asami c98cfd116d Compress a bunch of manpages. Remove unnecessary @ directives from
PLISTs.

Note: I know that this is going to break some symlinks and/or .so
includes, I will back some of these out as I run into these during
package building.
1996-11-18 14:17:24 +00:00

27 lines
566 B
Makefile

# New ports collection makefile for: xboard
# Version required: 3.4 patchlevel 1
# Date created: 2 Jan 1995
# Whom: swallace
#
# $Id: Makefile,v 1.7 1996/11/18 10:23:28 asami Exp $
#
DISTNAME= xboard-3.4.pl1
PKGNAME= xboard-3.4.1
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= markm@FreeBSD.ORG
BUILD_DEPENDS= autoconf:${PORTSDIR}/devel/autoconf
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
STRIP=
MAN6= xboard.6 cmail.6
pre-configure:
cd ${WRKSRC}; autoconf; autoheader
.include <bsd.port.mk>