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

                            
                     

                                                                  
                           
 
                              



                                         
                                                                    
                                                   
 
                     

                   
                                             

                                            
                                      

             
                                                             

                      
# Created by: Olivier Duchateau

PORTNAME=	libwapcaplet
PORTVERSION=	0.4.3
CATEGORIES=	textproc
MASTER_SITES=	http://download.netsurf-browser.org/libs/releases/
EXTRACT_SUFX=	-src.tar.gz

MAINTAINER=	nc@FreeBSD.org
COMMENT=	String internment library

LICENSE=	MIT

BUILD_DEPENDS=	netsurf-buildsystem>=1.5:devel/netsurf-buildsystem \
		${LOCALBASE}/bin/flex:textproc/flex

USES=		gmake
USE_LDCONFIG=	yes

MAKE_ENV=	COMPONENT_TYPE="lib-shared" \
		FLEX="${LOCALBASE}/bin/flex"

PLIST_SUB=	VERSION=${PORTVERSION}

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwapcaplet.so

.include <bsd.port.mk>