22 lines
522 B
Makefile
22 lines
522 B
Makefile
PORTNAME= lookbook
|
|
DISTVERSION= 1.1.0
|
|
PORTREVISION= 1
|
|
CATEGORIES= deskutils
|
|
|
|
MAINTAINER= greg@unrelenting.technology
|
|
COMMENT= Browse and find system icons
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
BUILD_DEPENDS= valac:lang/vala
|
|
LIB_DEPENDS= libgranite.so:x11-toolkits/granite
|
|
|
|
USES= gettext-tools gnome meson pkgconfig python:3.5+,build
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= danrabbit
|
|
USE_GNOME= glib20 gtk30 gtksourceview3
|
|
GLIB_SCHEMAS= com.github.danrabbit.lookbook.gschema.xml
|
|
INSTALLS_ICONS= yes
|
|
|
|
.include <bsd.port.mk>
|