mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
340b57f8be
- Bump PORTREVISION for all ports depending on libglut since the shlib version number went from 4 to 3. - Bump PORTREVISION for all ports depending on libXaw as libXaw.so.8 isn't installed anymore. - Couple of ports fixes (mostly missing xorg components added to USE_XORG).
42 lines
1.1 KiB
Makefile
42 lines
1.1 KiB
Makefile
# New ports collection makefile for: bricons
|
|
# Date created: 31 Jul 1996
|
|
# Whom: shanee@augusta.de
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= bricons
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= ftp://ftp.x.org/R5contrib/
|
|
DISTNAME= ${PORTNAME}
|
|
EXTRACT_SUFX= -athena-3.0.tar.Z
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Quick start up utility for applications on an X display
|
|
|
|
USE_IMAKE= yes
|
|
USE_PERL5_BUILD=yes
|
|
USE_XORG= xaw
|
|
MAN1= bricons.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
@${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/Xbricons
|
|
|
|
post-install:
|
|
${INSTALL_DATA} ${WRKSRC}/Xbricons ${PREFIX}/lib/X11/app-defaults
|
|
${MKDIR} ${PREFIX}/include/X11/bitmaps
|
|
${INSTALL_DATA} ${WRKSRC}/bitmaps/* ${PREFIX}/include/X11/bitmaps
|
|
${MKDIR} ${PREFIX}/include/X11/pixmaps
|
|
${INSTALL_DATA} ${WRKSRC}/*.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.post.mk>
|