1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/games/xosmulti/Makefile
Alexey Dokuchaev a247b2f47d Do not abuse INSTALL_MAN when installing documentation, examples, and
other miscellaneous files that are not actually manual pages (part 2).
2018-01-11 14:18:01 +00:00

34 lines
737 B
Makefile

# Created by: Seiichirou Hiraoka
# $FreeBSD$
PORTNAME= xosmulti
PORTVERSION= 1.00
PORTREVISION= 3
CATEGORIES= games
MASTER_SITES= LOCAL/flathill
DISTNAME= ${PORTNAME}_${PORTVERSION}_tar
EXTRACT_SUFX= .gz
MAINTAINER= ports@FreeBSD.org
COMMENT= Little girl cartoon on the top of the active window
LICENSE= PD
LICENSE_FILE= ${WRKSRC}/README.jp
WRKSRC= ${WRKDIR}/xosmulti
USE_XORG= x11 xbitmaps xext
OPTIONS_DEFINE= DOCS
DOCSDIR= share/doc/ja/xosmulti
PORTDOCS= README.jp
PLIST_FILES= bin/xosmulti
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/xosmulti ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${PREFIX}/share/doc/ja/xosmulti
${INSTALL_DATA} ${WRKSRC}/README.jp ${STAGEDIR}${PREFIX}/share/doc/ja/xosmulti
.include <bsd.port.mk>