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

                         
                                 
                        
                                                
 
                           
                                                                                
 

                     
                                           
 
           
         
 
                   
                                         
                   
                             
 
                                

                      
# Created by: Mykola Dzham <freebsd@levsha.org.ua>
# $FreeBSD$

PORTNAME=	lttoolbox
PORTVERSION=	${APVER}.${APREV}
CATEGORIES=	textproc
MASTER_SITES=	SF/apertium/${PORTNAME}/${APVER}

MAINTAINER=	i@levsha.me
COMMENT=	Tool for lexical, morphological analysis and generation of words

LICENSE=	GPLv2

LIB_DEPENDS=	libxml2.so:textproc/libxml2

APVER=	3.3
APREV=	3

GNU_CONFIGURE=	yes
USES=		libtool pathfix pkgconfig
USE_LDCONFIG=	yes
INSTALL_TARGET=	install-strip

PLIST_SUB+=	APVER="${APVER}"

.include <bsd.port.mk>