aboutsummaryrefslogblamecommitdiff
path: root/textproc/mythes/Makefile
blob: c0fcb19714838a3ad56bbd29b37b5aaa4862479a (plain) (tree)
1
2
3
4
5
6
7
8
9
           

                      
                     

                                                  
                           
 
                                  

                                        

                                 
 
                                                    


                                            
                   
                             
 


                      
# $FreeBSD$

PORTNAME=	mythes
PORTVERSION=	1.2.4
CATEGORIES=	textproc
MASTER_SITES=	SF/hunspell/MyThes/${PORTVERSION}/
DIST_SUBDIR=	${PORTNAME}

MAINTAINER=	office@FreeBSD.org
COMMENT=	Simple thesaurus library

LICENSE=	BSD3CLAUSE
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libhunspell-1.3.so:textproc/hunspell

USES=	libtool pathfix pkgconfig shebangfix
SHEBANG_FILES=	th_gen_idx.pl
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

GNU_CONFIGURE=	yes

.include <bsd.port.mk>