freebsd-ports/games/xoids/Makefile

30 lines
542 B
Makefile
Raw Normal View History

# New ports collection makefile for: xoids
# Date created: 16 March 1998
# Whom: Andrey Zakhvatov
#
1999-08-25 02:06:33 -04:00
# $FreeBSD$
#
PORTNAME= xoids
PORTVERSION= 1.5
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
MASTER_SITE_SUBDIR= games
MAINTAINER= ports@FreeBSD.org
USE_IMAKE= yes
USE_XPM= yes
MAN6= xoids.6
post-extract:
@${CP} ${WRKSRC}/xoids.1x ${WRKSRC}/xoids.man
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${PREFIX}/share/doc/xoids
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xoids
.endif
.include <bsd.port.mk>