summaryrefslogtreecommitdiff
path: root/japanese/jishyo/Makefile
blob: a299b8e4c1b96fc5701c2328ab44af0fbd84f4bd (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
# Created by: gurkan@phys.ethz.ch
# $FreeBSD$

PORTNAME=	jishyo
PORTVERSION=	0.1
PORTREVISION=	9
CATEGORIES=	japanese gnustep
MASTER_SITES=	http://www.eskimo.com/~pburns/Dictionaries/files/
DISTNAME=	Jishyo-${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	English to Japanese dictionary for GNUstep

LICENSE=	GPLv2+

PORTSCOUT=	skipv:0.2

USES=		gnustep
USE_GNUSTEP=	back build

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/GNUstep/System/Applications/Jishyo.app/Jishyo

.include <bsd.port.mk>