openbsd-ports/x11/tangerine-icon-theme/Makefile
ajacoutot 07174a9714 We want to use @unexec here and not @unexec-delete.
The reason is that if a theme is removed after updating to a new version,
then we are left over with a useless cache file because we are using
pkg_add -u and not pkg_delete.
2011-05-19 14:43:16 +00:00

44 lines
1005 B
Makefile

# $OpenBSD: Makefile,v 1.8 2011/05/19 14:43:16 ajacoutot Exp $
COMMENT= Tangerine icon theme from Ubuntu
DISTNAME= tangerine-icon-theme_0.26
PKGNAME= ${DISTNAME:S/_/-/}
REVISION= 4
CATEGORIES= x11
MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/main/t/tangerine-icon-theme/
# Creative Commons Attribution-ShareAlike 2.5
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MODULES= textproc/intltool
WRKDIST= ${WRKDIR}/tangerine-icon-theme-0.26
BUILD_DEPENDS= x11/icon-naming-utils \
x11/gnome/librsvg \
graphics/ImageMagick \
${MODGNU_AUTOCONF_DEPENDS} \
${MODGNU_AUTOMAKE_DEPENDS}
# Add the corresponding "Inherits" theme.
RUN_DEPENDS += x11/gnome/icon-theme
NO_REGRESS= Yes
USE_GMAKE= Yes
PKG_ARCH= *
AUTOMAKE_VERSION= 1.9
AUTOCONF_VERSION= 2.61
CONFIGURE_STYLE= gnu
pre-configure:
cd ${WRKSRC} && env AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION} ./autogen.sh
.include <bsd.port.mk>