1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/deskutils/sowon/Makefile
Max Brazhnikov 580199a19e Add new port deskutils/sowon:
Graphical countdown and timer application.

PR:		251574
Submitted by:	Nico Sonack
2020-12-17 21:03:15 +00:00

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>