freebsd-ports/deskutils/gsimplecal/Makefile

23 lines
415 B
Makefile
Raw Normal View History

PORTNAME= gsimplecal
2021-02-18 18:45:01 +01:00
PORTVERSION= 2.2
DISTVERSIONPREFIX= v
CATEGORIES= deskutils
2015-04-02 22:09:53 +02:00
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>