freebsd-ports/games/xsol/Makefile

26 lines
489 B
Makefile
Raw Normal View History

# New ports collection makefile for: xsol
# Date created: 2 Jan 1995
# Whom: swallace
#
1999-08-25 08:06:33 +02:00
# $FreeBSD$
#
PORTNAME= xsol
PORTVERSION= 2.1.1
CATEGORIES= games
# mastersite disappeared in November 2002
MASTER_SITES= # ftp://ftp.simcb.ru/pub/unix/src/
DISTNAME= ${PORTNAME}-new
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:32:26 +01:00
COMMENT= Solitaire
USE_IMAKE= yes
MAN6= xsol.6
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/xsol
post-patch:
@${ECHO_CMD} "MANSUFFIX=6" >> ${WRKSRC}/Imakefile
.include <bsd.port.mk>