2011-12-03 14:13:18 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2011/12/03 19:13:18 ajacoutot Exp $
|
2009-06-03 18:28:37 -04:00
|
|
|
|
|
|
|
COMMENT= Human icon theme from Ubuntu
|
|
|
|
|
2011-07-09 00:51:12 -04:00
|
|
|
V= 0.36
|
|
|
|
DISTNAME= human-icon-theme_${V}
|
|
|
|
PKGNAME= human-icon-theme-${V}
|
2011-12-03 14:13:18 -05:00
|
|
|
REVISION= 0
|
2009-12-21 15:46:00 -05:00
|
|
|
|
2009-06-03 18:28:37 -04:00
|
|
|
CATEGORIES= x11
|
|
|
|
|
2011-07-09 00:51:12 -04:00
|
|
|
HOMEPAGE= https://launchpad.net/human-icon-theme
|
2009-06-03 18:28:37 -04:00
|
|
|
|
|
|
|
# Creative Commons Attribution-ShareAlike 2.5
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2011-07-09 00:51:12 -04:00
|
|
|
MASTER_SITES= https://launchpad.net/ubuntu/oneiric/+source/human-icon-theme/${V}/+files/
|
|
|
|
|
|
|
|
WRKDIST= ${WRKDIR}/human-icon-theme
|
2009-06-03 18:28:37 -04:00
|
|
|
MODULES= textproc/intltool
|
|
|
|
|
2011-12-03 14:13:18 -05:00
|
|
|
RUN_DEPENDS= x11/gtk+2,-guic
|
2010-11-22 03:36:47 -05:00
|
|
|
BUILD_DEPENDS= x11/icon-naming-utils
|
2009-06-03 18:28:37 -04:00
|
|
|
|
2011-05-19 03:57:51 -04:00
|
|
|
# Add the corresponding "Inherits" theme.
|
|
|
|
RUN_DEPENDS += x11/tangerine-icon-theme
|
|
|
|
|
2009-06-03 18:28:37 -04:00
|
|
|
NO_REGRESS= Yes
|
|
|
|
ALL_TARGET= build
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
PKG_ARCH= *
|
|
|
|
|
|
|
|
pre-configure:
|
|
|
|
${SUBST_CMD} ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|