1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/games/mindfocus/Makefile
Mathieu Arnold 3505159e72
Deorbit RESTRICTED && NO_CDROM, part two.
Move ports to the licenses framework.

RESTRICTED → auto-accept (unless expressly stated otherwise)
NO_CDROM → dist-mirror pkg-mirror auto-accept

Differential Revision:  https://reviews.freebsd.org/D30010
2021-05-06 13:47:48 +02:00

35 lines
935 B
Makefile

# Created by: Sugimoto Sadahiro <ixtl@utmc.or.jp>
PORTNAME= mindfocus
PORTVERSION= 0.88
PORTREVISION= 2
CATEGORIES= games
MASTER_SITES= http://www.toyoshima-house.net/classic/mf/files/
DISTFILES= mindfocus-0.88.tar.gz mindfocus-data1.tar.gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Lovely characters stay on top of active window
# Converted from RESTRICTED
LICENSE= mindfocus
LICENSE_NAME= mindfocus
LICENSE_TEXT= 'contains commercial character data'
LICENSE_PERMS= auto-accept
USES= imake xorg
USE_XORG= xpm
DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME}
OPTIONS_DEFINE= DOCS EXAMPLES
post-install:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKDIR}/*.mfc ${STAGEDIR}${EXAMPLESDIR}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}/pixmaps
${INSTALL_DATA} ${WRKDIR}/pixmaps/*.xpm ${STAGEDIR}${EXAMPLESDIR}/pixmaps
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/*.euc ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>