aboutsummaryrefslogblamecommitdiff
path: root/games/xosmulti/Makefile
blob: ccf4af9e6e5ea4e48e238e47860e2efe490c2844 (plain) (tree)
1
2
3
4
5
6
7
8
9
                                           


                                         
           

 

                        
                 
                     
                                    
                                
                                              

                   
                                 
                                                                     

                                  
                                  








                                                                          
# ports collection makefile for:   xosmulti
# Date created:        17 February 1999
# Whom:                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

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>