aboutsummaryrefslogblamecommitdiff
path: root/devel/libassa/Makefile
blob: 30319e6288f5111c9ab2b7acaff87291f3e64fe7 (plain) (tree)
1
2
3
4
5
6
7
8
9
                    
           

                       
                     
                     
                                                                       
 
                                   
                                                                
 
                   
                                         
                        
                   

                                               
                                                             
 


                                                                          
             
                                                                                    
 
                      
# Created by: ijliao
# $FreeBSD$

PORTNAME=	libassa
DISTVERSION=	3.5.1
CATEGORIES=	devel
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${DISTVERSION:C/\.[0-9]*$//}

MAINTAINER=	rodrigo@FreeBSD.org
COMMENT=	C++ networking library and application framework

GNU_CONFIGURE=	yes
USES=		libtool pathfix pkgconfig
USE_AUTOTOOLS=	autoconf
USE_LDCONFIG=	yes
PLIST_SUB=	ASSA_VERSION=${PORTVERSION:R:R}

WRKSRC=		${WRKDIR}/${PORTNAME}-${DISTVERSION:C/-.*$//}

post-patch:
	@${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in

post-install:
	${INSTALL_MAN} ${WRKSRC}/debian/assa-genesis.1 ${STAGEDIR}${PREFIX}/man/man1

.include <bsd.port.mk>