1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-20 04:02:27 +00:00
freebsd-ports/x11-themes/gtk-blueprint-engine/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

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>