31 lines
670 B
Makefile
31 lines
670 B
Makefile
|
# $OpenBSD: Makefile,v 1.1.1.1 2009/06/03 22:28:37 landry Exp $
|
||
|
|
||
|
COMMENT= Human icon theme from Ubuntu
|
||
|
|
||
|
DISTNAME= human-icon-theme_0.33.6ubuntu2
|
||
|
PKGNAME= human-icon-theme-0.33.6
|
||
|
CATEGORIES= x11
|
||
|
|
||
|
MASTER_SITES= http://archive.ubuntu.com/ubuntu/pool/main/h/human-icon-theme/
|
||
|
|
||
|
# Creative Commons Attribution-ShareAlike 2.5
|
||
|
PERMIT_PACKAGE_CDROM= Yes
|
||
|
PERMIT_PACKAGE_FTP= Yes
|
||
|
PERMIT_DISTFILES_CDROM= Yes
|
||
|
PERMIT_DISTFILES_FTP= Yes
|
||
|
|
||
|
WRKDIST= ${WRKDIR}/${DISTNAME:S/_/-/}
|
||
|
MODULES= textproc/intltool
|
||
|
|
||
|
BUILD_DEPENDS= ::x11/icon-naming-utils
|
||
|
|
||
|
NO_REGRESS= Yes
|
||
|
ALL_TARGET= build
|
||
|
USE_GMAKE= Yes
|
||
|
PKG_ARCH= *
|
||
|
|
||
|
pre-configure:
|
||
|
${SUBST_CMD} ${WRKSRC}/Makefile
|
||
|
|
||
|
.include <bsd.port.mk>
|