aboutsummaryrefslogblamecommitdiff
path: root/japanese/jishyo/Makefile
blob: 5a7029dcf99f5ec472d6dee6ebc11a7883e054f1 (plain) (tree)
1
2
3
4
5
6
7
8
9

                      
                  
                                
                                                                 

                                     
                                 
                                                          
                                                            
 
                      
 

                         
                       


                                   
 
             
                                                                                       
 
                      
PORTNAME=	jishyo
PORTVERSION=	0.1
PORTREVISION=	13
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
WWW=		https://www.eskimo.com/~pburns/Dictionaries/

LICENSE=	GPLv2+

PORTSCOUT=	skipv:0.2

USES=		gnustep
USE_GNUSTEP=	back base build gui

CPPFLAGS+=	-fcommon

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

.include <bsd.port.mk>