mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-02 11:09:29 +00:00
421fe2d037
- Add license blob - Replace USE_GMAKE by USES= gmake
24 lines
490 B
Makefile
24 lines
490 B
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= unico
|
|
PORTVERSION= 1.0.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= olivierd@FreeBSD.org
|
|
COMMENT= Gtk+ 3.0 engine
|
|
|
|
LICENSE= LGPL3
|
|
|
|
GNU_CONFIGURE= yes
|
|
USES= pkgconfig gmake
|
|
USE_GNOME= cairo glib20 gtk30
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|