1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/graphics/hobbes-icons-xpm/Makefile
Baptiste Daroussin 659c09a66c Remove NEED_ROOT, it was only needed for a chown which is now useless given staging does that work itself
This allows to create the package as a USER

With hat:	portmgr
2013-10-31 07:54:27 +00:00

34 lines
701 B
Makefile

# Created by: pgs
# $FreeBSD$
PORTNAME= hobbes-icons-xpm3
PORTVERSION= 1.0
PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.x.org/R5contrib/
DISTNAME= ${PORTNAME}
MAINTAINER= dinoex@FreeBSD.org
COMMENT= Collection of over 3000 icons in XPM3 format
NO_BUILD= yes
LIBDIR= ${STAGEDIR}${PREFIX}/include/X11/pixmaps
.include <bsd.port.options.mk>
do-install:
${MKDIR} ${LIBDIR}
${CP} -R ${WRKSRC}/* ${LIBDIR}/
-${RM} ${LIBDIR}/README
-${RM} ${LIBDIR}/readem.shar
.if ${PORT_OPTIONS:MDOCS}
post-install:
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${STAGEDIR}${DOCSDIR}/
.endif
.include <bsd.port.mk>