freebsd-ports/graphics/hobbes-icons-xpm/Makefile

31 lines
725 B
Makefile
Raw Normal View History

2007-04-16 10:13:13 +02:00
PORTNAME= hobbes-icons-xpm3
PORTVERSION= 1.0
PORTREVISION= 1
2007-04-16 10:13:13 +02:00
CATEGORIES= graphics
2019-11-24 20:39:25 +01:00
MASTER_SITES= https://ftp.gwdg.de/pub/x11/x.org/R5contrib/
2007-04-16 10:13:13 +02:00
DISTNAME= ${PORTNAME}
2007-04-16 10:26:02 +02:00
MAINTAINER= dinoex@FreeBSD.org
2007-04-16 10:13:13 +02:00
COMMENT= Collection of over 3000 icons in XPM3 format
WWW= https://www.bigbiz.com/bigbiz/icons/hobbes/hobbes.html
2007-04-16 10:13:13 +02:00
NO_BUILD= yes
NO_ARCH= yes
2007-04-16 10:13:13 +02:00
2013-10-27 23:29:46 +01:00
LIBDIR= ${STAGEDIR}${PREFIX}/include/X11/pixmaps
2007-04-16 10:13:13 +02:00
OPTIONS_DEFINE= DOCS
2007-04-16 10:13:13 +02:00
do-install:
2013-04-22 22:36:25 +02:00
${MKDIR} ${LIBDIR}
2013-10-27 23:29:46 +01:00
${CP} -R ${WRKSRC}/* ${LIBDIR}/
2007-04-16 10:13:13 +02:00
-${RM} ${LIBDIR}/README
-${RM} ${LIBDIR}/readem.shar
do-install-DOCS-on:
2013-10-27 23:29:46 +01:00
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${STAGEDIR}${DOCSDIR}/
2007-04-16 10:13:13 +02:00
.include <bsd.port.mk>