diff options
| author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-10 20:47:57 +0800 |
|---|---|---|
| committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-10-10 20:47:57 +0800 |
| commit | e134188cd4ef4d3a996185cb9be733b6f43c44df (patch) | |
| tree | 96295231372443a74d2153b528c4a66cd0892c19 /net/grilo/Makefile | |
| parent | d45598cba54dd44b0c8f13e03257ebb77c816e2f (diff) | |
| download | marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.tar marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.tar.gz marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.tar.bz2 marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.tar.lz marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.tar.xz marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.tar.zst marcuscom-ports-e134188cd4ef4d3a996185cb9be733b6f43c44df.zip | |
Add grilo and grilo-plugins ensuring they are stage compliant. While here add other changes:
- Make totem depend on grilo-plugnis
- Remove publish support. Was removed upstream in c2fa677f0b2c14787c62a40c95ddd0643904a9d5 [1]
[1] https://mail.gnome.org/archives/commits-list/2012-April/msg05436.html
Reviewed by: kwm
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18787 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/grilo/Makefile')
| -rw-r--r-- | net/grilo/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/net/grilo/Makefile b/net/grilo/Makefile new file mode 100644 index 000000000..29aae6c8a --- /dev/null +++ b/net/grilo/Makefile @@ -0,0 +1,21 @@ +# Created by: Gustau Perez i Querol <gustau.perez@gmail.com> +# $FreeBSD$ + +PORTNAME= grilo +PORTVERSION= 0.2.3 +CATEGORIES= net +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= Grilo is a framework focused on making media discovery and browsing + +USES= gettext gmake pathfix pkgconfig +USE_XZ= yes +USE_AUTOTOOLS= libtool +USE_LDCONFIG= yes +USE_GNOME= glib20 gnomehier intlhack libxml2 ltverhack +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +.include <bsd.port.mk> |
