blob: 014e90a42a7bdd8861b7d3a99561e93c113a73b2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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>
|