mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5e6a693f47
Fix MASTER_SITES Exclude GPL doc from package Add WW: line into pkg-descr PR: 21975 Submitted by: Ports Fury
24 lines
432 B
Makefile
24 lines
432 B
Makefile
# New ports collection makefile for: xlaby
|
|
# Date created: 3 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xlaby
|
|
PORTVERSION= 2.0.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
ftp://quatramaran.ens.fr/pub/madore/xlaby/
|
|
MASTER_SITE_SUBDIR= games/strategy
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
NO_WRKSUBDIR= yes
|
|
USE_IMAKE= yes
|
|
MAN6= xlaby.6
|
|
|
|
.include <bsd.port.mk>
|