openbsd-ports/x11/human-icon-theme/Makefile
ajacoutot 861a799ae0 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 20:46:00 +00:00

32 lines
672 B
Makefile

# $OpenBSD: Makefile,v 1.2 2009/12/21 20:46:01 ajacoutot Exp $
COMMENT= Human icon theme from Ubuntu
DISTNAME= human-icon-theme_0.33.6ubuntu2
PKGNAME= human-icon-theme-0.33.6p0
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>