1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/x11-wm/badwm/Makefile
Martin Wilke 3e4ed01146 - Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
2008-04-19 17:56:05 +00:00

49 lines
1.0 KiB
Makefile

# New ports collection makefile for: badwm
# Date created: 2002-10-24
# Whom: trevor
#
# $FreeBSD$
#
PORTNAME= badwm
PORTVERSION= 0.1.1
PORTREVISION= 2
PORTEPOCH= 1
CATEGORIES= x11-wm
MASTER_SITES= SF
DISTNAME= BadWM-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Window manager based on evilwm
USE_XORG= x11 ice sm xext
USE_GNOME= gnometarget
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= BadWM.1
MAN5= BadWMrc.5
MLINKS= BadWM.1 badwm.1 \
BadWMrc.5 badwmrc.5
PORTDOCS= ${DOCS}
PLIST_FILES= bin/BadWM bin/badwm
DOCS= AUTHORS ChangeLog INSTALL LICENSE README THANKS TODO
post-patch:
@${REINPLACE_CMD} -e 's|<getopt\.h>|<unistd.h>|g' ${WRKSRC}/src/main.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/BadWM ${PREFIX}/bin
${LN} -sf BadWM ${PREFIX}/bin/badwm
${INSTALL_MAN} ${WRKSRC}/man/BadWM.1 ${MANPREFIX}/man/man1
${INSTALL_MAN} ${WRKSRC}/man/BadWMrc.5 ${MAN5PREFIX}/man/man5
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for ii in ${DOCS}
${INSTALL_DATA} ${WRKSRC}/${ii} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>