2013-01-12 13:07:59 +01:00
|
|
|
# Created by: ijliao
|
2003-12-25 09:28:12 +01:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libassa
|
2006-11-02 01:34:25 +01:00
|
|
|
PORTVERSION= 3.4.2.2
|
2014-08-21 11:36:45 +02:00
|
|
|
PORTREVISION= 1
|
2003-12-25 09:28:12 +01:00
|
|
|
CATEGORIES= devel
|
2009-08-22 02:18:43 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/3.4.2
|
2006-11-02 01:34:25 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION:C/\.([[:digit:]])$/-\1/}
|
2003-12-25 09:28:12 +01:00
|
|
|
|
2014-01-29 10:17:41 +01:00
|
|
|
MAINTAINER= rodrigo@FreeBSD.org
|
2014-03-25 00:40:57 +01:00
|
|
|
COMMENT= C++ networking library and application framework
|
2003-12-25 09:28:12 +01:00
|
|
|
|
2006-08-14 18:11:28 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-08-21 11:36:45 +02:00
|
|
|
USES= libtool pathfix pkgconfig
|
2006-08-14 18:11:28 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-11-02 01:34:25 +01:00
|
|
|
PLIST_SUB= ASSA_VERSION=${PORTVERSION:R:R}
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/(\.[[:digit:]])$//}
|
|
|
|
|
2005-04-05 11:51:56 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/^SUBDIRS/s: doc : :g' ${WRKSRC}/Makefile.in
|
|
|
|
|
2006-11-02 01:34:25 +01:00
|
|
|
post-install:
|
2014-03-25 00:40:57 +01:00
|
|
|
${INSTALL_MAN} ${WRKSRC}/debian/assa-genesis.1 ${STAGEDIR}${PREFIX}/man/man1
|
2006-11-02 01:34:25 +01:00
|
|
|
|
2007-10-04 02:41:11 +02:00
|
|
|
.include <bsd.port.mk>
|