Add LICENSE, add USE_LDCONFIG and fix NOPORTDOCS.

This commit is contained in:
Jung-uk Kim 2013-02-22 19:07:10 +00:00
parent 22900a2ac6
commit e6a2ef75b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312785

View file

@ -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>