1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

1: Stagify.

2: switch to USES=libtool, bump version.

Approved by:	portmgr@
This commit is contained in:
Vanilla I. Shu 2014-06-23 13:59:24 +00:00
parent 2ecafe66a4
commit b93871df46
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=358956
2 changed files with 8 additions and 10 deletions

View File

@ -3,6 +3,7 @@
PORTNAME= openpgm
PORTVERSION= 5.2.122
PORTREVISION= 1
CATEGORIES= net devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= libpgm-${PORTVERSION}
@ -13,8 +14,7 @@ COMMENT= Implementation of the PGM reliable multicast protocol
LICENSE= LGPL3
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= pathfix perl5
USES= pathfix perl5 tar:bzip2 libtool
USE_LDCONFIG= yes
USE_PYTHON= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/openpgm/pgm
@ -23,7 +23,6 @@ OPTIONS_DEFINE= DOCS EXAMPLES
DOCS_DESC= Install documetation
EXAMPLES_DESC= Install examples
NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MEXAMPLES}
@ -34,14 +33,14 @@ PLIST_SUB+= EXAMPLES="@comment "
post-install:
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/../doc/draft-ietf-rmt-bb-pgmcc-03.txt ${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/../doc/rfc3208.txt ${DOCSDIR}
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/../doc/draft-ietf-rmt-bb-pgmcc-03.txt ${STAGEDIR}${DOCSDIR}
${INSTALL_MAN} ${WRKSRC}/../doc/rfc3208.txt ${STAGEDIR}${DOCSDIR}
.endif
.if ${PORT_OPTIONS:MEXAMPLES}
${MKDIR} ${EXAMPLESDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} examples ${EXAMPLESDIR}
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
cd ${WRKSRC} && ${COPYTREE_SHARE} examples ${STAGEDIR}${EXAMPLESDIR}
.endif
.include <bsd.port.mk>

View File

@ -20,10 +20,9 @@ include/pgm-5.2/pgm/version.h
include/pgm-5.2/pgm/winint.h
include/pgm-5.2/pgm/wininttypes.h
include/pgm-5.2/pgm/zinttypes.h
lib/libpgm-5.2.so
lib/libpgm-5.2.so.0
lib/libpgm-5.2.so.0.0.122
lib/libpgm.a
lib/libpgm.la
lib/libpgm.so
libdata/pkgconfig/openpgm-5.2.pc
%%PORTDOCS%%%%DOCSDIR%%/draft-ietf-rmt-bb-pgmcc-03.txt