mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
Use /usr/X11R6/include/pixmaps as installation path. This
is more standard than the old .../xpm3. PR: 4104 Submitted by: Pedro Giffuni S. <pgiffuni@fps.biblos.unal.edu.co>
This commit is contained in:
parent
e7a1876bfe
commit
4b6532e553
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=8393
@ -1,9 +1,9 @@
|
||||
# New ports collection makefile for: hobbes-icons.3000
|
||||
# Version required: 3000
|
||||
# New ports collection makefile for: hobbes-icons-xpm3
|
||||
# Version required: 1.0
|
||||
# Date created: 19 October 1996
|
||||
# Whom: pgs
|
||||
#
|
||||
# $Id: Makefile,v 1.2 1997/02/16 10:57:01 asami Exp $
|
||||
# $Id: Makefile,v 1.3 1997/05/30 16:50:46 fenner Exp $
|
||||
#
|
||||
|
||||
DISTNAME= hobbes-icons-xpm3
|
||||
@ -19,15 +19,21 @@ MAINTAINER= pgiffuni@fps.biblos.unal.edu.co
|
||||
USE_X11= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
# Where it will be installed (will have to change PLIST if you change this
|
||||
LIBDIR= ${PREFIX}/lib/X11/xpm3
|
||||
# Where it will be installed (change pkg/PLIST if you change this)
|
||||
LIBDIR= ${PREFIX}/include/X11/pixmaps
|
||||
|
||||
do-install:
|
||||
# Very dirty, but it works...
|
||||
-${RM} ${WRKSRC}/README
|
||||
-${RM} ${WRKSRC}/readem.shar
|
||||
${MKDIR} ${PREFIX}/lib/X11/xpm3
|
||||
${MKDIR} ${LIBDIR}
|
||||
${CP} -R ${WRKSRC}/* ${LIBDIR}
|
||||
chown -R ${BINOWN}.${BINGRP} ${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>
|
||||
|
@ -1 +1 @@
|
||||
collection of over 3000 icons in XPM1 or XPM3 format.
|
||||
collection of over 3000 icons in XPM3 format.
|
||||
|
@ -8,4 +8,3 @@ and 16 colors.
|
||||
|
||||
If you want the converter program used, write to:
|
||||
-Rick Richardson, rick@pcroe.digibd.com, 10/29/93
|
||||
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user