mirror of
https://github.com/beard7n/bsdports.git
synced 2026-04-10 02:21:15 +02:00
32 lines
760 B
Makefile
32 lines
760 B
Makefile
#
|
|
# $Id$
|
|
#
|
|
PORTNAME= gnome-icon-theme-extras
|
|
PORTVERSION= 3.12.0
|
|
CATEGORIES= misc gnome
|
|
MASTER_SITES= GNOME
|
|
DIST_SUBDIR= gnome2
|
|
|
|
MAINTAINER= onborodin@gmail.com
|
|
COMMENT= A collection of icons for the GNOME 2 desktop
|
|
|
|
BUILD_DEPENDS= icon-naming-utils>=0.8.7:xfce/icon-naming-utils
|
|
BUILD_DEPENDS+= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
|
|
RUN_DEPENDS+= ${LOCALBASE}/share/icons/hicolor/index.theme:misc/hicolor-icon-theme
|
|
RUN_DEPENDS+= gtk-update-icon-cache:gnome/libgtk2
|
|
|
|
RUN_DEPENDS+= ${LOCALBASE}/share/icons/gnome/index.theme:misc/gnome-icon-theme
|
|
|
|
|
|
USES+= tar:xz
|
|
USES+= gmake
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --enable-icon-mapping
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
|
|
.include <bsd.port.mk>
|
|
#EOF
|
|
|