mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Add STAGE support
- Move LICENSE definition to its own block - Fix LIB_DEPENDS
This commit is contained in:
parent
ef43a03096
commit
ca97905a07
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=359823
@ -9,16 +9,16 @@ MASTER_SITES= SF/scim/${PORTNAME}/${PORTVERSION}
|
||||
MAINTAINER= ashish@FreeBSD.org
|
||||
COMMENT= Scim-bridge agent (server)
|
||||
|
||||
LIB_DEPENDS= scim-1.0.10:${PORTSDIR}/textproc/scim
|
||||
|
||||
USES= gettext gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
LICENSE= GPLv2 LGPL21
|
||||
LICENSE_COMB= dual
|
||||
LICENSE_FILE_GPLv2= ${WRKSRC}/doc/LICENSE.GPL
|
||||
LICENSE_FILE_LGPL21= ${WRKSRC}/doc/LICENSE.LGPL
|
||||
|
||||
LIB_DEPENDS= libscim-1.0.so:${PORTSDIR}/textproc/scim
|
||||
|
||||
USES= gettext gmake pkgconfig
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include -D__STDC_ISO_10646__
|
||||
CXXFLAGS+= ${CPPFLAGS}
|
||||
|
||||
@ -30,7 +30,6 @@ CONFIGURE_ARGS+=--with-libintl-prefix=${LOCALBASE} \
|
||||
|
||||
PLIST_FILES= bin/scim-bridge
|
||||
|
||||
NO_STAGE= yes
|
||||
post-patch:
|
||||
@${GREP} -lR "<malloc\.h>" ${WRKSRC} | ${XARGS} ${REINPLACE_CMD} -e \
|
||||
's|<malloc\.h>|<stdlib.h>|g'
|
||||
|
@ -4,4 +4,4 @@ the IME server which communicates with SCIM. The clients are IMModules
|
||||
which communicate only with the agent so that there is no binary
|
||||
dependency between the clients and SCIM.
|
||||
|
||||
WWW: http://www.scim-im.org/projects/scim_bridge/
|
||||
WWW: http://www.scim-im.org/projects/scim_bridge/
|
||||
|
Loading…
Reference in New Issue
Block a user