freebsd-ports/games/xosmulti/Makefile
Jim Mock e0afa85d39 Fix typos in COMMENT. Replace spaces with a tab in MASTER_SITES to make
portlint happy.  Submitter asked me to commit this since there has been
no response from MAINTAINER.

PR:		49044
Submitted by:	Andrew Stuart <elitetek@tekrealm.net>
2003-04-24 20:08:11 +00:00

30 lines
697 B
Makefile

# ports collection makefile for: xosmulti
# Date created: 17 February 1999
# Whom: Seiichirou Hiraoka
#
# $FreeBSD$
#
PORTNAME= xosmulti
PORTVERSION= 1.00
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= flathill
DISTNAME= ${PORTNAME}_${PORTVERSION}_tar
EXTRACT_SUFX= .gz
MAINTAINER= flathill@FreeBSD.org
COMMENT= A little girl cartoon on the top of the active window
WRKSRC= ${WRKDIR}/xosmulti
USE_X_PREFIX= 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>