2002-10-05 20:34:58 -04:00
|
|
|
# New ports collection makefile for: gnome-icon-theme
|
|
|
|
# Date Created: 05 October 2002
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnome-icon-theme
|
2003-01-27 00:02:51 -05:00
|
|
|
PORTVERSION= 1.0.0
|
2002-10-05 20:34:58 -04:00
|
|
|
CATEGORIES= misc gnome
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
2003-01-27 00:02:51 -05:00
|
|
|
MASTER_SITE_SUBDIR= sources/${PORTNAME}/1.0.0
|
2002-10-05 20:34:58 -04:00
|
|
|
DIST_SUBDIR= gnome2
|
|
|
|
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
|
|
|
|
|
|
LIB_DEPENDS= gtk-x11-2.0.0:${PORTSDIR}/x11-toolkits/gtk20
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2003-01-01 14:07:41 -05:00
|
|
|
USE_GMAKE= yes
|
2002-10-05 20:34:58 -04:00
|
|
|
USE_LIBTOOL= yes
|
|
|
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|