openbsd-ports/x11/gnome/themes-extras/Makefile
jasper 008634bea8 let's face it....add myself as maintainer
requested by and ok ajacoutot@, ok fkr@
2008-02-04 17:55:18 +00:00

37 lines
900 B
Makefile

# $OpenBSD: Makefile,v 1.5 2008/02/04 17:55:19 jasper Exp $
COMMENT= themes collection for GNOME
GNOME_PROJECT= gnome-themes-extras
GNOME_VERSION= 2.20
CATEGORIES= x11
PKGNAME= ${DISTNAME}p0
TAR= ${LOCALBASE}/bin/gtar
# LGPL
# But copyright on several icons sets differ.
# The Gorilla and Lush sets are GPL. Wasp icons are Design Science License.
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/${GNOME_PROJECT}/2.20/}
EXTRACT_SUFX= .tar.bz2
MODULES= x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS} \
::archivers/gtar \
:icon-naming-utils-*:x11/icon-naming-utils
RUN_DEPENDS= :gettext-*:devel/gettext \
:gtk-engines2->=2.11:x11/gtk-engines2
USE_X11= Yes
USE_LIBTOOL= No
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>