freebsd-ports/deskutils/gsimplecal/Makefile
Mathieu Arnold c6457ffef4 Update ports in the [bcd]* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-06 15:16:53 +00:00

24 lines
401 B
Makefile

# $FreeBSD$
PORTNAME= gsimplecal
PORTVERSION= 2.1
CATEGORIES= deskutils
MAINTAINER= lme@FreeBSD.org
COMMENT= Lightweight calendar applet written in C++ using GTK
LICENSE= GPLv3
USE_GITHUB= yes
GH_ACCOUNT= dmedvinsky
GH_TAGNAME= c544ee9
GNU_CONFIGURE= yes
USES= autoreconf gmake pkgconfig
USE_GNOME= glib20 gtk30
PLIST_FILES= bin/gsimplecal \
man/man1/gsimplecal.1.gz
.include <bsd.port.mk>