mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
c99c600944
string so I fixed it.
38 lines
899 B
Makefile
38 lines
899 B
Makefile
# New ports collection makefile for: hobbes-icons-xpm3
|
|
# Date created: 19 October 1996
|
|
# Whom: pgs
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= hobbes-icons-xpm3
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/ \
|
|
ftp://ftp.freesoftware.com/pub/X11/R5contrib/
|
|
DISTNAME= ${PORTNAME}
|
|
|
|
MAINTAINER= giffunip@asme.org
|
|
|
|
USE_X_PREFIX= yes
|
|
NO_BUILD= yes
|
|
|
|
# Where it will be installed (change pkg/PLIST if you change this)
|
|
LIBDIR= ${PREFIX}/include/X11/pixmaps
|
|
|
|
do-install:
|
|
@${MKDIR} ${LIBDIR}
|
|
${CP} -R ${WRKSRC}/* ${LIBDIR}
|
|
${CHOWN} -R ${BINOWN}:${BINGRP} ${LIBDIR}
|
|
-${RM} ${LIBDIR}/README
|
|
-${RM} ${LIBDIR}/readem.shar
|
|
|
|
post-install:
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/hobbes-icons-xpm3
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/hobbes-icons-xpm3
|
|
${INSTALL_SCRIPT} ${WRKSRC}/*.shar ${PREFIX}/share/doc/hobbes-icons-xpm3
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|