mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Add LICENSE, add USE_LDCONFIG and fix NOPORTDOCS.
This commit is contained in:
parent
22900a2ac6
commit
e6a2ef75b6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312785
1 changed files with 10 additions and 0 deletions
|
@ -8,11 +8,14 @@ MASTER_SITES= GOOGLE_CODE
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Library for gnome-mplayer and gecko-mediaplayer
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
BUILD_DEPENDS= p5-XML-Parser>=0:${PORTSDIR}/textproc/p5-XML-Parser
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
USE_GNOME= glib20 gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
USE_PERL5_BUILD= yes
|
||||
USE_PKGCONFIG= build
|
||||
USE_XORG= x11
|
||||
|
@ -69,4 +72,11 @@ CONFIGURE_ARGS+= --without-pulseaudio
|
|||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
||||
.if empty(PORT_OPTIONS:MDOCS)
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} \
|
||||
-e 's/install-data-am: install-gmtkdocDATA/install-data-am:/' \
|
||||
${WRKSRC}/Makefile.in
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue