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

22 lines
415 B
Makefile

PORTNAME= gsimplecal
PORTVERSION= 2.2
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
MAINTAINER= lme@FreeBSD.org
COMMENT= Lightweight calendar applet written in C++ using GTK
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= dmedvinsky
GNU_CONFIGURE= yes
USES= autoreconf compiler:c++11-lang gmake gnome pkgconfig
USE_GNOME= glib20 gtk30
PLIST_FILES= bin/gsimplecal \
man/man1/gsimplecal.1.gz
.include <bsd.port.mk>