mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
580199a19e
Graphical countdown and timer application. PR: 251574 Submitted by: Nico Sonack
25 lines
403 B
Makefile
25 lines
403 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|