aboutsummaryrefslogtreecommitdiffstats
path: root/games/xosmulti/Makefile
blob: 2fb3e034291f2780ad12e25e4cc26ca0620e3e9a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Created by: Seiichirou Hiraoka
# $FreeBSD$

PORTNAME=   xosmulti
PORTVERSION=    1.00
PORTREVISION=   2
CATEGORIES= games
MASTER_SITES=   ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= flathill
DISTNAME=   ${PORTNAME}_${PORTVERSION}_tar
EXTRACT_SUFX=   .gz

MAINTAINER= ports@FreeBSD.org
COMMENT=    A little girl cartoon on the top of the active window

WRKSRC=     ${WRKDIR}/xosmulti
USE_XORG=   xbitmaps x11 xt xi

NO_STAGE=   yes
do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/xosmulti ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${MKDIR} ${PREFIX}/share/doc/ja/xosmulti
    ${INSTALL_MAN} ${WRKSRC}/README.jp ${PREFIX}/share/doc/ja/xosmulti
.endif

.include <bsd.port.mk>