1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/x11-themes/gtk3-unico-engine/Makefile
Rene Ladan c1da7c8cad Take in olivierd@'s commit bit on his request.
Submitted by:	olivierd@
With hat:	portmgr-secretary
2017-03-19 14:02:23 +00:00

26 lines
544 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= unico
PORTVERSION= 1.0.2
PORTREVISION= 2
CATEGORIES= x11-themes
MASTER_SITES= https://launchpadlibrarian.net/98881788/ \
https://launchpad.net/${PORTNAME}/${PORTVERSION:R}/${PORTVERSION}/+download/ \
LOCAL/olivierd
PKGNAMEPREFIX= gtk3-
PKGNAMESUFFIX= -engine
MAINTAINER= ports@FreeBSD.org
COMMENT= Gtk+ 3.0 engine
LICENSE= LGPL3
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --disable-static
USES= gmake libtool pkgconfig
USE_GNOME= cairo glib20 gtk30
USE_LDCONFIG= yes
.include <bsd.port.mk>