You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
842 B
32 lines
842 B
PORTNAME= obshutdown
|
|
PORTVERSION= 0.1
|
|
CATEGORIES= sysutils
|
|
|
|
MAINTAINER= root@dc365.ru
|
|
COMMENT= Opedbox shutdown dialog
|
|
WWW= https://github.com/maciej-lech/obshutdown
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libpng16.so:graphics/png \
|
|
libexpat.so:textproc/expat2 \
|
|
libfontconfig.so:x11-fonts/fontconfig \
|
|
libgraphite2.so:graphics/graphite2 \
|
|
libharfbuzz.so:print/harfbuzz \
|
|
libffi.so:devel/libffi \
|
|
libinotify.so:devel/libinotify \
|
|
libpcre2-8.so:devel/pcre2
|
|
|
|
USES= autoreconf gnome iconv pkgconfig xorg
|
|
GNU_CONFIGURE= yes
|
|
USE_GNOME= cairo gdkpixbuf glib20 gtk20 pango
|
|
USE_XORG= pixman x11 xau xcb xcomposite xcursor xdamage xdmcp xext \
|
|
xfixes xi xinerama xrandr xrender
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= maciej-lech
|
|
GH_PROJECT= obshutdown
|
|
GH_TAGNAME= c8c35347b13a12869850cd951ed4ebc2edd47c9c
|
|
|
|
.include <bsd.port.mk>
|
|
|