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

36 lines
766 B
Makefile
Raw Normal View History

2013-01-26 17:34:39 +01:00
# Created by: pgs
2007-04-16 10:13:13 +02:00
# $FreeBSD$
PORTNAME= hobbes-icons-xpm3
PORTVERSION= 1.0
PORTREVISION= 1
2007-04-16 10:13:13 +02:00
CATEGORIES= graphics
MASTER_SITES= ftp://ftp.x.org/R5contrib/
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
NO_BUILD= yes
# Where it will be installed (change pkg/PLIST if you change this)
LIBDIR= ${PREFIX}/include/X11/pixmaps
2013-04-22 22:36:25 +02:00
.include <bsd.port.options.mk>
2007-04-16 10:13:13 +02:00
do-install:
2013-04-22 22:36:25 +02:00
${MKDIR} ${LIBDIR}
2007-04-16 10:13:13 +02:00
${CP} -R ${WRKSRC}/* ${LIBDIR}
${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR}
-${RM} ${LIBDIR}/README
-${RM} ${LIBDIR}/readem.shar
2013-04-22 22:36:25 +02:00
.if ${PORT_OPTIONS:MDOCS}
2007-04-16 10:13:13 +02:00
post-install:
2013-04-22 22:36:25 +02:00
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}/
${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${DOCSDIR}/
2007-04-16 10:13:13 +02:00
.endif
.include <bsd.port.mk>