freebsd-ports/x11-themes/gtk-nodoka-engine/Makefile
Romain Tartière aacf79c7c2 Update MASTER_SITES, WWW
fedorahosted.org has vanished, so switch to another source.

PR:		218087
Submitted by:	asomers, portmaster@bsdforge.com
2018-02-13 20:24:44 +00:00

24 lines
629 B
Makefile

# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$
PORTNAME= gtk-nodoka-engine
PORTVERSION= 0.7.5
PORTREVISION= 3
CATEGORIES= x11-themes
MASTER_SITES= http://bsdforge.com/projects/source/x11-themes/gtk-nodoka-engine/
MAINTAINER= romain@FreeBSD.org
COMMENT= GTK nodoka engine and themes
OPTIONS_DEFINE= ANIMATION ANIMATIONTOLEFT
ANIMATION_DESC= Animation support
ANIMATIONTOLEFT_DESC= Animation from right to left
ANIMATION_CONFIGURE_ENABLE= animation
ANIMATIONTOLEFT_CONFIGURE_ENABLE= animationtoleft
GNU_CONFIGURE= yes
USES= gmake libtool pkgconfig
USE_GNOME= gtk20
USE_LDCONFIG= yes
.include <bsd.port.mk>