Tweak japanese/libskk version 1.0.1_2
[dports.git] / japanese / jishyo / Makefile
1 # Created by: gurkan@phys.ethz.ch
2 # $FreeBSD$
3
4 PORTNAME=       jishyo
5 PORTVERSION=    0.1
6 PORTREVISION=   6
7 CATEGORIES=     japanese gnustep
8 MASTER_SITES=   http://www.eskimo.com/~pburns/Dictionaries/files/
9 DISTNAME=       Jishyo-${PORTVERSION}
10
11 MAINTAINER=     ports@FreeBSD.org
12 COMMENT=        English to Japanese dictionary for GNUstep
13
14 LICENSE=        GPLv2+
15
16 PORTSCOUT=      skipv:0.2
17
18 USES=           gnustep
19 USE_GNUSTEP=    back build
20
21 post-install:
22         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Jishyo.app/Jishyo
23
24 .include <bsd.port.mk>