mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
28 lines
589 B
Makefile
28 lines
589 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
|
|
PORTREVISION= 1
|
|
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>
|