mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-06 22:51:41 +00:00
9f0108b135
Properly define MAN1 and MANCOMPRESSED. Add japanese to the category. (But I'm not too sure if this port should really be in this category in first place.)
21 lines
478 B
Makefile
21 lines
478 B
Makefile
# New ports collection makefile for: xshodo
|
|
# Version required: 2.0
|
|
# Date created: 11 October 1996
|
|
# Whom: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp>
|
|
#
|
|
# $Id: Makefile,v 1.5 1997/09/14 21:36:25 max Exp $
|
|
#
|
|
|
|
DISTNAME= xshodo2.0
|
|
PKGNAME= ja-xshodo-2.0
|
|
CATEGORIES= japanese x11
|
|
MASTER_SITES= ftp://cclub.tutcc.tut.ac.jp/pub/xwin/
|
|
|
|
MAINTAINER= Nakai@Mlab.t.u-tokyo.ac.jp
|
|
|
|
USE_IMAKE= yes
|
|
MAN1= xshodo.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|