mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-03 01:23:49 +00:00
27 lines
573 B
Makefile
27 lines
573 B
Makefile
# New ports collection makefile for: xyagamo
|
|
# Date created: 5 Nov 1999
|
|
# Whom: Morita Shinya <shinmaru@dokidoki.ne.jp>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xyagamo
|
|
PORTVERSION= 0.1b
|
|
CATEGORIES= japanese games
|
|
MASTER_SITES= http://www.dokidoki.ne.jp/home2/shinmaru/mahjong/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Japanese version of a four player mahjong game
|
|
|
|
USE_X_PREFIX= YES
|
|
USE_XPM= yes
|
|
|
|
MAN6= xyagamo.6
|
|
MANLANG= ja
|
|
MAN6COMPRESSED= no
|
|
|
|
pre-build:
|
|
@cd ${BUILD_WRKSRC}/src; ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} depend
|
|
|
|
.include <bsd.port.mk>
|