1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/japanese/xyagamo/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

27 lines
572 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= 2
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_XORG= xpm
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>