freebsd-ports/deskutils/gsimplecal/Makefile
Mathieu Arnold 77f8276a88 Github cleanup.
- Use the version tag instead of commit hash when they're the same.
- Remove unnneeded variables.
- Simplify go- ports when possible.
- Various fixes.

Sponsored by:	Absolight
2016-06-01 13:15:36 +00:00

25 lines
402 B
Makefile

# $FreeBSD$
PORTNAME= gsimplecal
PORTVERSION= 2.1
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 gmake pkgconfig
USE_GNOME= glib20 gtk30
PLIST_FILES= bin/gsimplecal \
man/man1/gsimplecal.1.gz
.include <bsd.port.mk>