1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/games/xsol/Makefile
Kevin Lo c76de79063 - Fix MASTER_SITES
- Replace scripts/configure with post-patch target

PR: 24822
Submitted by: Ports Fury
2001-02-03 17:04:42 +00:00

23 lines
400 B
Makefile

# New ports collection makefile for: xsol
# Date created: 2 Jan 1995
# Whom: swallace
#
# $FreeBSD$
#
PORTNAME= xsol
PORTVERSION= 2.1.1
CATEGORIES= games
MASTER_SITES= ftp://ftp.simcb.ru/pub/unix/src/
DISTNAME= ${PORTNAME}-new
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
MAN6= xsol.6
post-patch:
@${ECHO} "MANSUFFIX=6" >> ${WRKSRC}/Imakefile
.include <bsd.port.mk>