diff options
Diffstat (limited to 'x11/screen-message/Makefile')
-rw-r--r-- | x11/screen-message/Makefile | 21 |
1 files changed, 10 insertions, 11 deletions
diff --git a/x11/screen-message/Makefile b/x11/screen-message/Makefile index 12a8168fda22..083a0042ba57 100644 --- a/x11/screen-message/Makefile +++ b/x11/screen-message/Makefile @@ -1,29 +1,28 @@ PORTNAME= screen-message -PORTVERSION= 0.25 -PORTREVISION= 3 +DISTVERSION= 0.29 CATEGORIES= x11 -MAINTAINER= mail@dhauck.eu +MAINTAINER= gspurki@gmail.com 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 +USES= autoreconf desktop-file-utils gettext-runtime gmake gnome \ + pkgconfig USE_GITHUB= yes GH_ACCOUNT= nomeata -GH_TAGNAME= 82c01f85d9ca9d0a3b2fe811249808d2fe4703ba +GH_TAGNAME= d4f2d831672eaf8283406d8f1fda4449e9c06d9f +USE_GNOME= atk cairo gdkpixbuf glib20 gtk30 GNU_CONFIGURE= yes -GNU_CONFIGURE_MANPREFIX=${PREFIX}/share -USE_GNOME= gtk30 atk glib20 cairo gdkpixbuf + +MAKE_ARGS= execgamesdir=${PREFIX}/bin 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 + share/icons/hicolor/48x48/apps/sm.png \ + share/man/man1/sm.1.gz .include <bsd.port.mk> |