mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
14bb6a412e
of these things.
34 lines
917 B
Makefile
34 lines
917 B
Makefile
# New ports collection makefile for: xshisen
|
|
# Version required: 1.35
|
|
# Date created: 9 Oct 1996
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.5 1997/03/06 04:05:01 asami Exp $
|
|
#
|
|
|
|
DISTNAME= xshisen-1.35
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB}
|
|
MASTER_SITE_SUBDIR= games
|
|
|
|
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
|
|
|
|
post-install:
|
|
@ strip ${PREFIX}/bin/xshisen
|
|
@ /bin/chmod 755 ${PREFIX}/bin/xshisen
|
|
@ /usr/sbin/chown ${BINOWN}.${BINGRP} ${PREFIX}/bin/xshisen
|
|
.if !defined(NOMANCOMPRESS)
|
|
gzip -9nf ${PREFIX}/man/ja_JP.JIS7/man6/xshisen.6
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|