freebsd-ports/deskutils/sowon/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

22 lines
390 B
Makefile

PORTNAME= sowon
DISTVERSION= g20201203
CATEGORIES= deskutils
MAINTAINER= nsonack@outlook.com
COMMENT= Graphical countdown and timer application
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= pkgconfig sdl
USE_GITHUB= yes
GH_ACCOUNT= tsoding
GH_TAGNAME= 0d43de4af5a430052aee2c2691fafe21ad80a83d
USE_SDL= sdl2
PLIST_FILES= bin/sowon \
man/man6/sowon.6.gz
.include <bsd.port.mk>