- Convert to USES=localbase sqlite
- Add LICENSE info - Register proxy dependencies found by stage-qa
This commit is contained in:
parent
410ad26dcb
commit
edcd9b3568
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=420910
1 changed files with 10 additions and 6 deletions
|
@ -12,21 +12,25 @@ MASTER_SITES= http://download.sarine.nl/Programs/gmpc/${PORTVERSION}/ \
|
|||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Full featured GTK2 client for musicpd
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BUILD_DEPENDS= gob2:devel/gob2 \
|
||||
valac:lang/vala
|
||||
LIB_DEPENDS= libmpd.so:audio/libmpd \
|
||||
libsexy.so:x11-toolkits/libsexy \
|
||||
libsqlite3.so:databases/sqlite3 \
|
||||
libsoup-2.4.so:devel/libsoup \
|
||||
libunique-1.0.so:x11-toolkits/unique
|
||||
libunique-1.0.so:x11-toolkits/unique \
|
||||
libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gettext gmake libtool pathfix pkgconfig
|
||||
USE_GNOME= glib20 gtk20 intltool libglade2
|
||||
USES= gettext gmake libtool localbase pathfix pkgconfig sqlite
|
||||
USE_XORG= ice sm x11
|
||||
USE_GNOME= cairo glib20 gtk20 intltool libglade2
|
||||
INSTALLS_ICONS= yes
|
||||
CONFIGURE_ARGS= --enable-system-libsexy
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
LIBS+= -L${LOCALBASE}/lib -lm
|
||||
LIBS+= -lm
|
||||
|
||||
OPTIONS_DEFINE= MMKEYS XSPF
|
||||
OPTIONS_DEFAULT= MMKEYS
|
||||
|
|
Loading…
Reference in a new issue