mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
26 lines
550 B
Makefile
26 lines
550 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 gnome libtool pkgconfig
|
|
USE_GNOME= cairo glib20 gtk30
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|