freebsd-ports/deskutils/gsimplecal/Makefile
Fernando Apesteguía 86170961e0 deskutils/gsimplecal: update to 2.4
Reported by:	portscout
2022-06-17 07:19:08 +02:00

22 lines
417 B
Makefile

PORTNAME= gsimplecal
PORTVERSION= 2.4
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
MAINTAINER= ports@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>