openbsd-ports/x11/bricons/Makefile
espie a813079932 Kill a large set of deprecated variables.
Thoroughly unsubtle, most mkdir -p should probably be INSTALL* at
*install stage, and echo/ECHO_MSG is somewhat unsorted.

It's quite possible I missed a few automated changes...
2000-02-11 01:09:59 +00:00

26 lines
856 B
Makefile

# $OpenBSD: Makefile,v 1.8 2000/02/11 01:10:14 espie Exp $
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= angelos@openbsd.org
USE_IMAKE= yes
post-install:
${INSTALL_DATA} $(WRKDIR)/bricons/Xbricons $(PREFIX)/lib/X11/app-defaults/
${INSTALL_DATA} $(WRKDIR)/bricons/bitmaps/* $(PREFIX)/include/X11/bitmaps/
mkdir -p $(PREFIX)/include/X11/pixmaps
${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>