mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
33 lines
977 B
Makefile
33 lines
977 B
Makefile
|
# New ports collection makefile for: bricons
|
||
|
# Version required: 3.0 with colour icons
|
||
|
# Date created: 31 Jul 1996
|
||
|
# Whom: shanee@rabbit.augusta.de
|
||
|
#
|
||
|
# $Id$
|
||
|
#
|
||
|
|
||
|
DISTNAME= bricons
|
||
|
PKGNAME= bricons-3.0
|
||
|
CATEGORIES= x11
|
||
|
MASTER_SITES= ftp://ftp.uni-paderborn.de/unix/X11/ftp.x.org/R5contrib/ \
|
||
|
ftp://ftp.pasteur.fr/pub/computing/unix/X11/R5contrib/
|
||
|
EXTRACT_SUFX= -athena-3.0.tar.gz
|
||
|
|
||
|
MAINTAINER= shanee@rabbit.augusta.de
|
||
|
|
||
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
||
|
|
||
|
USE_IMAKE= yes
|
||
|
|
||
|
post-install:
|
||
|
${INSTALL_DATA} $(WRKDIR)/bricons/Xbricons $(PREFIX)/lib/X11/app-defaults/
|
||
|
${INSTALL_DATA} $(WRKDIR)/bricons/bitmaps/* $(PREFIX)/include/X11/bitmaps/
|
||
|
${INSTALL_DATA} $(WRKDIR)/bricons/*.xpm $(PREFIX)/include/X11/pixmaps/
|
||
|
@${ECHO_MSG} ""
|
||
|
@${ECHO_MSG} " Use ./files/DOTbriconsrc as an example. This file"
|
||
|
@${ECHO_MSG} " should be stored in the same directory as the"
|
||
|
@${ECHO_MSG} " program is executed from."
|
||
|
@${ECHO_MSG} ""
|
||
|
|
||
|
.include <bsd.port.mk>
|