blob: e992d819fd3f078f4691486692c4706a14696d95 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Created by: sk8harddiefast
# $FreeBSD$
PORTNAME= blueprint
PORTVERSION= 0.9.20
PORTREVISION= 3
CATEGORIES= x11-themes
MASTER_SITES= http://dlc.sun.com/osol/jds/downloads/extras/
PKGNAMEPREFIX= gtk-
PKGNAMESUFFIX= -engine
MAINTAINER= sk8harddiefast@gmail.com
COMMENT= Engine, and collection of icons, themes from OpenSolaris
LICENSE= GPLv2
BUILD_DEPENDS= icon-naming-utils>=0.8.90:x11-themes/icon-naming-utils
GNU_CONFIGURE= yes
USES= gmake libtool perl5 pkgconfig tar:bzip2
USE_GNOME= glib20 gtk20 intltool intlhack
INSTALLS_ICONS= yes
.include <bsd.port.mk>
|