9571c4440c
* Add WWW for source code repository. PR: 294564 Approved by: db@, yuri@ (Mentors, implicit) MFH: 2026Q2
30 lines
635 B
Makefile
30 lines
635 B
Makefile
PORTNAME= screen-message
|
|
DISTVERSION= 0.29
|
|
PORTREVISION= 1
|
|
CATEGORIES= x11
|
|
|
|
MAINTAINER= alven@FreeBSD.org
|
|
COMMENT= Very simple tool to display some text as large as possible
|
|
WWW= https://sm.nomeata.de/ \
|
|
https://github.com/nomeata/screen-message/
|
|
|
|
LICENSE= GPLv2+
|
|
|
|
USES= autoreconf desktop-file-utils gettext-runtime gmake gnome \
|
|
pkgconfig
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= nomeata
|
|
USE_GNOME= atk cairo gdkpixbuf glib20 gtk30
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
MAKE_ARGS= execgamesdir=${PREFIX}/bin
|
|
|
|
PLIST_FILES= bin/sm \
|
|
share/applications/sm.desktop \
|
|
share/icons/hicolor/48x48/apps/sm.png \
|
|
share/man/man1/sm.1.gz
|
|
|
|
.include <bsd.port.mk>
|