1998-05-19 01:54:17 -04:00
|
|
|
# OpenBSD makefile for: bricons
|
|
|
|
# Version required: 3.0 with colour icons
|
|
|
|
# Date created: May 19 1998
|
|
|
|
# Whom: Angelos D. Keromytis
|
|
|
|
#
|
1998-06-13 19:26:38 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.2 1998/06/13 23:27:05 marc Exp $
|
1998-05-19 01:54:17 -04:00
|
|
|
#
|
|
|
|
|
|
|
|
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.ogr
|
|
|
|
|
1998-06-13 19:26:38 -04:00
|
|
|
OS_RELEASE!= uname -r
|
|
|
|
OS_HAS_XPM= 2.3
|
|
|
|
.if ( ${OS_RELEASE} < ${OS_HAS_XPM} )
|
|
|
|
LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm
|
|
|
|
.endif
|
1998-05-19 01:54:17 -04:00
|
|
|
|
|
|
|
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} $(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>
|