mirror of
https://git.freebsd.org/ports.git
synced 2025-06-03 03:46:30 -04:00
29 lines
656 B
Makefile
29 lines
656 B
Makefile
PORTNAME= screen-message
|
|
PORTVERSION= 0.25
|
|
PORTREVISION= 3
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= mail@dhauck.eu
|
|
COMMENT= Very simple tool to display some text as large as possible
|
|
WWW= https://sm.nomeata.de/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= autoreconf gettext-runtime gmake gnome pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nomeata
|
|
GH_TAGNAME= 82c01f85d9ca9d0a3b2fe811249808d2fe4703ba
|
|
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
USE_GNOME= gtk30 atk glib20 cairo gdkpixbuf2
|
|
|
|
PLIST_FILES= bin/sm \
|
|
share/man/man6/sm.6.gz \
|
|
share/applications/sm.desktop \
|
|
share/icons/hicolor/48x48/apps/sm.png
|
|
|
|
MAKE_ARGS= execgamesdir=${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|