mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
b392501ee8
PR: 21978 Submitted by: Ports Fury
29 lines
564 B
Makefile
29 lines
564 B
Makefile
# New ports collection makefile for: xvier
|
|
# Date created: 17 March 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xvier
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= games/strategy
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= .tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
USE_IMAKE= yes
|
|
MAN6= xvier.6
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/xvier
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xvier
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|