mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
f83c7639aa
prevent massive PORTREVISION bumps. Bump dependent ports that have not been bumped since.
25 lines
568 B
Makefile
25 lines
568 B
Makefile
# 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>
|