freebsd-ports/games/xshogi/Makefile
Satoshi Asami ceba211283 Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) or
1.227.2.41 (2.2-stable) of bsd.port.mk for this to be interpreted
correctly.
1998-08-05 09:31:52 +00:00

33 lines
884 B
Makefile

# New ports collection makefile for: xshogi
# Version required: 1.2p03
# Date created: 20 October 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.2 1997/01/03 09:26:34 obrien Exp $
#
DISTNAME= xshogi-1.2p03
PKGNAME= xshogi-1.2.3
CATEGORIES= games
MASTER_SITES= ${MASTER_SITE_GNU}
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
RUN_DEPENDS= ${LOCALBASE}/libexec/gnushogix:${PORTSDIR}/games/gnushogi
USE_X_PREFIX= yes
MAKEFILE= Makefile.custom
MAN6= xshogi.6
post-configure:
@echo "DISTDIR=${WRKDIR}" >> ${WRKSRC}/${MAKEFILE}
@echo "LOCALBASE=${LOCALBASE}" >> ${WRKSRC}/${MAKEFILE}
post-install:
@strip ${PREFIX}/bin/xshogi
@chmod 755 ${PREFIX}/bin/xshogi
@/usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xshogi
${INSTALL_MAN} ${WRKSRC}/xshogi.man ${PREFIX}/man/man6/xshogi.6
.include <bsd.port.mk>