blob: a9d52f01bb63084be80031f3126333f217d45c49 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# New ports collection makefile for: XShodou
# Date created: 11 January 1999
# Whom: Sakai Hiroaki <sakai@miya.ee.kagu.sut.ac.jp>
#
# $FreeBSD$
#
PORTNAME= xshodou
PORTVERSION= 1.11
PORTREVISION= 4
CATEGORIES= japanese tk
MASTER_SITES= http://kozos.jp/myfreesoft/
MAINTAINER= ports@FreeBSD.org
COMMENT= A Japanese shodou program for X based on Tcl/Tk
USE_TK_WRAPPER= yes
MANCOMPRESSED= yes
MAN1= xshodou.1
post-patch:
.for f in Makefile xshodou
@${REINPLACE_CMD} -e \
's|/usr/X11R6|${PREFIX}|g ; \
s|/usr/local|${LOCALBASE}|g' ${WRKSRC}/${f}
.endfor
.include <bsd.port.mk>
|