1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/games/xshisen/Makefile
Bill Fenner 9aed410047 Upgrade to 1.36. I used a different MASTER_SITE than the submitter
did, since there's been a routing loop to the DNS servers for the
MASTER_SITE in the PR for the last 5 days.

PR:		ports/2905
Submitted by:	Nakai@Mlab.t.u-tokyo.ac.jp
1997-11-20 02:11:04 +00:00

32 lines
875 B
Makefile

# New ports collection makefile for: xshisen
# Version required: 1.36
# Date created: 9 Oct 1996
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
#
# $Id: Makefile,v 1.6 1997/03/06 04:54:41 asami Exp $
#
DISTNAME= xshisen-1.36
CATEGORIES= games
MASTER_SITES= ftp://ftp.win.or.jp/pub/doc-sources/fj.sources/1996/feb/
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
# runs fine on ssh connection
#IS_INTERACTIVE= YES # Has to create an app-defaults file
USE_X11= YES
GNU_CONFIGURE= YES
#CONFIGURE_ARGS=--enable-japanese=euc #Japanese char set euc, jis sjis
MAN6= xshisen.6
INSTALL_TARGET= install install.man
post-install:
@ strip ${PREFIX}/bin/xshisen
@ /bin/chmod 755 ${PREFIX}/bin/xshisen
@ /usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xshisen
.include <bsd.port.mk>