aboutsummaryrefslogtreecommitdiff
path: root/net/openpgm
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2014-06-23 13:59:24 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2014-06-23 13:59:24 +0000
commitb93871df467a9dfe4330ef31563fbcff6edfdec4 (patch)
treeb4af8cc657cb5cebacf8e96ad2e4a2d8d0395c1d /net/openpgm
parent2ecafe66a4961e2b0fae3213b2ca4070fb97e57c (diff)
downloadports-b93871df467a9dfe4330ef31563fbcff6edfdec4.tar.gz
ports-b93871df467a9dfe4330ef31563fbcff6edfdec4.zip
1: Stagify.
2: switch to USES=libtool, bump version. Approved by: portmgr@
Notes
Notes: svn path=/head/; revision=358956
Diffstat (limited to 'net/openpgm')
-rw-r--r--net/openpgm/Makefile15
-rw-r--r--net/openpgm/pkg-plist3
2 files changed, 8 insertions, 10 deletions
diff --git a/net/openpgm/Makefile b/net/openpgm/Makefile
index a0a282cd3d8e..ab2721b32ad9 100644
--- a/net/openpgm/Makefile
+++ b/net/openpgm/Makefile
@@ -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>
diff --git a/net/openpgm/pkg-plist b/net/openpgm/pkg-plist
index fa16a3f97d66..2ac42285e7b7 100644
--- a/net/openpgm/pkg-plist
+++ b/net/openpgm/pkg-plist
@@ -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