e5802fc466
* Bump NEED_VERSION * Fix and improve CATEGORIES Submitted by maintainer Nils Nordman <nino@nforced.com>
30 lines
812 B
Makefile
30 lines
812 B
Makefile
# $OpenBSD: Makefile,v 1.5 2001/10/07 20:55:11 naddy Exp $
|
|
|
|
COMMENT= "sample theme engines for GTK+ provided with GNOME"
|
|
V= 0.12
|
|
DISTNAME= gtk-engines-${V}
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.473
|
|
HOMEPAGE= http://www.gnome.org
|
|
MAINTAINER= Nils Nordman <nino@nforced.com>
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNOME}
|
|
MASTER_SITE_SUBDIR= stable/sources/gtk-engines
|
|
|
|
PATCH_LIST= ${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltconfig \
|
|
${PORTSDIR}/infrastructure/patches/patch-lt1.3.4-ltmain_sh \
|
|
patch-*
|
|
|
|
LIB_DEPENDS= gdk_imlib.19::graphics/imlib
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_X11= Yes
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= ${CONFIGURE_SHARED}
|
|
|
|
.include <bsd.port.mk>
|