mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add USES=libtool
- Add MAKE_JOBS_UNSAFE=yes (target that generates two files runs twice)
This commit is contained in:
parent
ee25c8fbc0
commit
3f53601fb6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=361363
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= zephyr
|
||||
DISTVERSION= 3.0.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= net-im
|
||||
MASTER_SITES= http://zephyr.1ts.org/export/2642/distribution/
|
||||
|
||||
@ -11,10 +12,11 @@ COMMENT= Enterprise-scale distributed messaging system
|
||||
|
||||
LICENSE= MIT
|
||||
|
||||
USES= iconv
|
||||
GNU_CONFIGURE= yes
|
||||
USES= iconv libtool
|
||||
USE_RC_SUBR= zhm
|
||||
USE_LDCONFIG= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
@ -12,8 +12,9 @@ include/zephyr/mit-copyright.h
|
||||
include/zephyr/zephyr.h
|
||||
include/zephyr/zephyr_err.h
|
||||
lib/libzephyr.a
|
||||
lib/libzephyr.so.4.0
|
||||
lib/libzephyr.la
|
||||
lib/libzephyr.so
|
||||
lib/libzephyr.so.4
|
||||
lib/libzephyr.so.4.0.0
|
||||
sbin/zshutdown_notify
|
||||
sbin/zephyrd
|
||||
sbin/zhm
|
||||
|
Loading…
Reference in New Issue
Block a user