mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-17 08:01:36 +00:00
Remove incorrect gettext dependency. USE_ICONV and -liconv is sufficient
Whitespace cleanup Adjust plist because libkmfl also installs include/kmfl PR: ports/147689 Submitted by: Nikola Lecic <nikola.lecic@anthesphoria.net> (maintainer) Feature safe: yes
This commit is contained in:
parent
a8cefd198c
commit
9c934ea794
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=256703
@ -7,11 +7,10 @@
|
||||
|
||||
PORTNAME= kmflcomp
|
||||
PORTVERSION= 0.9.8
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= textproc
|
||||
MASTER_SITES= SF/kmfl/kmfl/${PORTVERSION} \
|
||||
http://anthesphoria.net/FreeBSD/ports/distfiles/
|
||||
|
||||
DISTFILES= ${PORTNAME}-${PORTVERSION}.tar.gz \
|
||||
KMFL-Compiler.sxw
|
||||
DIST_SUBDIR= kmfl
|
||||
@ -24,9 +23,10 @@ BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
|
||||
|
||||
USE_XORG= x11
|
||||
USE_LDCONFIG= yes
|
||||
USE_ICONV= yes
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV+= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib -lintl"
|
||||
LDFLAGS="-L${LOCALBASE}/lib -liconv"
|
||||
|
||||
DOCSDIR= ${PREFIX}/share/doc/kmfl/${PORTNAME}
|
||||
DOCS= ${DISTDIR}/${DIST_SUBDIR}/KMFL-Compiler.sxw \
|
||||
|
@ -12,4 +12,4 @@ lib/libkmflcomp.so.0
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
%%PORTDOCS%%@dirrmtry share/doc/kmfl
|
||||
@dirrm include/kmfl
|
||||
@dirrmtry include/kmfl
|
||||
|
Loading…
Reference in New Issue
Block a user