4e1b79a0a6
With hat: portmgr Sponsored by: Absolight
26 lines
647 B
Makefile
26 lines
647 B
Makefile
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= gnome-sound-recorder
|
|
PORTVERSION= 3.18.2
|
|
CATEGORIES= deskutils gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome3
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= GNOME sound recorder application
|
|
|
|
LIB_DEPENDS= libgjs.so:lang/gjs
|
|
|
|
PORTSCOUT= limitw:1,even
|
|
|
|
USES= gettext gmake gnome libtool pathfix pkgconfig python:3 tar:xz
|
|
USE_GNOME= gnomedesktop3 gtk30 intlhack introspection:build
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLS_ICONS= yes
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
GLIB_SCHEMAS= org.gnome.gnome-sound-recorder.gschema.xml
|
|
|
|
.include <bsd.port.mk>
|