cd545f71cc
PR: 21973 Submitted by: Ports Fury
27 lines
509 B
Makefile
27 lines
509 B
Makefile
# New ports collection makefile for: xisola
|
|
# Date created: 9 May 1998
|
|
# Whom: Andrey Zakhvatov
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xisola
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
USE_IMAKE= yes
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/xisola
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/xisola
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|