1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-21 08:42:23 +00:00
freebsd-ports/x11/wbar/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

37 lines
809 B
Makefile

# New ports collection makefile for: wbar
# Date created: 2007-01-16
# Whom: Nicola Vitale <nivit@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= wbar
PORTVERSION= 1.3
PORTREVISION= 1
CATEGORIES= x11
MASTER_SITES= http://www.tecapli.com.ar/rodolfo/ \
http://nivi.interfree.it/distfiles/${PORTNAME}/
EXTRACT_SUFX= .tbz2
MAINTAINER= nivit@FreeBSD.org
COMMENT= A quick launch bar for fluxbox, WindowMaker, Xfce, etc
BUILD_DEPENDS= imlib2-config:${PORTSDIR}/graphics/imlib2
SUB_FILES= pkg-message
USE_BZIP2= yes
USE_GMAKE= yes
USE_XLIB= yes
post-patch:
${REINPLACE_CMD} -e 's|%%DATADIR%%|${DATADIR}|' -e 's|%%PREFIX%%|${PREFIX}|' ${WRKSRC}/Makefile
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR} && ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>