freebsd-ports/deskutils/gsimplecal/Makefile
Lars Engels c4fd7792f9 *: Drop maintainership on most of my ports.
Unfortunately I cannot give them the love they deserve at the moment.
2021-07-28 22:34:51 +02:00

22 lines
417 B
Makefile

PORTNAME= gsimplecal
PORTVERSION= 2.2
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>