mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-28 10:08:24 +00:00
5e5841f2cd
PORTREVISION or PORTEPOCH are defined. Most of these Makefiles were defining DISTNAME and WRKSRC (and sometimes EXTRACT_SUFX) -- change those to define DISTFILES only. Also, some of the WRKSRC lines were not even necessary, as they were defining it to the default value. Instigated by: Peter Pentchev <roam@orbitel.bg> and kris
31 lines
686 B
Makefile
31 lines
686 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
|
|
DISTFILES= xvier.tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_IMAKE= yes
|
|
MAN6= xvier.6
|
|
MANCOMPRESSED= no
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xvier ${PREFIX}/bin
|
|
${INSTALL_PROGRAM} ${WRKSRC}/xvier_prog ${PREFIX}/libexec
|
|
${INSTALL_MAN} ${WRKSRC}/xvier.man ${PREFIX}/man/man6/xvier.6
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/xvier
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xvier
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|