1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/x11-themes/gtk-nodoka-engine/Makefile
Tijl Coosemans f72aa95506 - Add USES=libtool
- Use option helpers
2014-07-01 17:46:57 +00:00

25 lines
609 B
Makefile

# Created by: Romain Tartiere <romain@blogreen.org>
# $FreeBSD$
PORTNAME= gtk-nodoka-engine
PORTVERSION= 0.7.5
PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= https://fedorahosted.org/releases/n/o/nodoka/
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>