33 lines
683 B
Makefile
33 lines
683 B
Makefile
# $OpenBSD: Makefile,v 1.3 2010/07/30 06:58:58 ajacoutot Exp $
|
|
|
|
COMMENT= Human icon theme from Ubuntu
|
|
|
|
DISTNAME= human-icon-theme_0.33.6ubuntu2
|
|
PKGNAME= human-icon-theme-0.33.6
|
|
REVISION= 0
|
|
|
|
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>
|