23 lines
390 B
Makefile
23 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>
|