34 lines
861 B
Makefile
34 lines
861 B
Makefile
# $NetBSD: Makefile,v 1.3 2012/11/13 23:20:30 othyro Exp $
|
|
#
|
|
|
|
DISTNAME= netbsd-icon-theme-0.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= # none
|
|
DISTFILES= # none
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
# TODO: point to wiki for this package
|
|
HOMEPAGE= http://wiki.NetBSD.org/
|
|
COMMENT= Icon theme for NetBSD
|
|
#LICENSE= # TODO: (see mk/license.mk)
|
|
|
|
#TODO: no icons are added yet; see the comments in the PLIST
|
|
# gnome-main-menu.svg
|
|
# novell-button.svg
|
|
# start-here.svg
|
|
# distributor-logo.svg
|
|
|
|
# Note: the index.theme inherits elementary-mono-dark
|
|
DEPENDS= elementary-icon-theme>=0:../../x11/elementary-icon-theme
|
|
|
|
NO_CHECKSUM= yes
|
|
NO_BUILD= yes
|
|
USE_LANGUAGES= # none
|
|
|
|
INSTALLATION_DIRS+= share/icons/netbsd
|
|
|
|
do-install:
|
|
${INSTALL_DATA} ${FILESDIR}/index.theme \
|
|
${DESTDIR}${PREFIX}/share/icons/netbsd/index.theme
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|