openbsd-ports/x11/gnome/themes/Makefile
ajacoutot 1728cdbe1e - fuck me, move @unexec-delete at the end of the PLIST as under some
circumstances the icon-cache file would be recreated by @unexec

spotted by Mikolaj Kucharski, thanks!
2008-10-08 13:00:00 +00:00

28 lines
620 B
Makefile

# $OpenBSD: Makefile,v 1.29 2008/10/08 13:00:00 ajacoutot Exp $
COMMENT= themes collection for GNOME
GNOME_PROJECT= gnome-themes
GNOME_VERSION= 2.22.0
PKGNAME= ${DISTNAME}p2
CATEGORIES= x11
# LGPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= x11/gnome
BUILD_DEPENDS= ${RUN_DEPENDS} \
:icon-naming-utils->=0.8.7:x11/icon-naming-utils
RUN_DEPENDS= :gettext-*:devel/gettext \
:gtk-engines2->=2.9:x11/gtk-engines2
USE_X11= Yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>