# New ports collection makefile for: fbsd-icons # Date created: Sat Jun 14 09:43:24 CEST 1997 # Whom: Andreas Klemm # # $FreeBSD: ports/x11/fbsd-icons/Makefile,v 1.9 2000/06/09 21:59:15 asami Exp $ # PORTNAME= fbsd-icons PORTVERSION= 1.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= asami/LOCAL_PORTS DISTNAME= ${PORTNAME} MAINTAINER= andreas@FreeBSD.org COMMENT= A collection of icons related to the FreeBSD project (daemon gifs and such) NO_BUILD= yes NO_WRKSUBDIR= yes LIBDIR= ${STAGEDIR}${PREFIX}/share/icons WITHOUT_LOCAL_PATCHDIR=yes do-install: ${MKDIR} ${LIBDIR} find ${WRKSRC} -type f -exec ${INSTALL_DATA} {} ${LIBDIR} \; .include