mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
- Update to 1.0.1
- Various Makefile cleanups - Add MASTER_SITE
This commit is contained in:
parent
9f8999ea99
commit
55b66228a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=232447
@ -7,12 +7,11 @@
|
||||
#
|
||||
|
||||
PORTNAME= eventxx
|
||||
PORTVERSION= 1.0
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.0.1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= http://proj.llucax.com.ar/home/eventxx/releases/
|
||||
MASTER_SITES= http://proj.llucax.com.ar/home/eventxx/releases/ \
|
||||
LOCAL/glarkin
|
||||
MASTER_SITE_SUBDIR= gahr
|
||||
DISTNAME= ${PORTNAME}
|
||||
|
||||
MAINTAINER= glarkin@FreeBSD.org
|
||||
COMMENT= A C++ wrapper for libevent
|
||||
@ -24,7 +23,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
||||
NO_BUILD= yes
|
||||
|
||||
post-extract:
|
||||
${REINPLACE_CMD} -e 's|-I..|-I.. -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \
|
||||
@${REINPLACE_CMD} -e 's|-I..|-I.. -I${LOCALBASE}/include -L${LOCALBASE}/lib|g' \
|
||||
${WRKSRC}/test/Makefile
|
||||
|
||||
do-install:
|
||||
@ -32,9 +31,9 @@ do-install:
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTEXAMPLES)
|
||||
${INSTALL} -d ${EXAMPLESDIR}
|
||||
(cd ${WRKSRC}/test && ${COPYTREE_SHARE} \*.cpp ${EXAMPLESDIR})
|
||||
${INSTALL_DATA} ${WRKSRC}/test/Makefile ${EXAMPLESDIR}
|
||||
@${INSTALL} -d ${EXAMPLESDIR}
|
||||
@cd ${WRKSRC}/test && ${COPYTREE_SHARE} \*.cpp ${EXAMPLESDIR}
|
||||
@${INSTALL_DATA} ${WRKSRC}/test/Makefile ${EXAMPLESDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (eventxx.tar.gz) = 269313aa8c3956dec62a3f2180e7ca5d
|
||||
SHA256 (eventxx.tar.gz) = a4cfc756e395e333f38201a5c30005736d46df3154d9edda2da9263f5d15546e
|
||||
SIZE (eventxx.tar.gz) = 27587
|
||||
MD5 (eventxx-1.0.1.tar.gz) = 8dc873946c77ee40cbe783cdd1c4558c
|
||||
SHA256 (eventxx-1.0.1.tar.gz) = f3f069326f954d9d00b027e3c6d36a7e303e8db3dd35c0d89ae9e17c0703613f
|
||||
SIZE (eventxx-1.0.1.tar.gz) = 27689
|
||||
|
Loading…
Reference in New Issue
Block a user