1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/misc/wmpal/Makefile
Niclas Zeising 82f108df30 Add USES=xorg USES=gl, ports categories m
Add USES=xorg and USES=gl to ports in categories starting with 'm'
While here, try to sprinkle other USES (mostly gnome and sdl) as needed.
2019-11-06 18:07:22 +00:00

33 lines
645 B
Makefile

# Created by: Maxim Sobolev <sobomax@FreeBSD.org>
# $FreeBSD$
PORTNAME= wmpal
PORTVERSION= 0.6.1
CATEGORIES= misc windowmaker
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= One of the most useless dockapps in the world
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USES= localbase xorg
USE_XORG= x11 xpm
GNU_CONFIGURE= yes
LIBS+= -lX11
PORTDOCS= README AUTHORS
PLIST_FILES= bin/wmpal
OPTIONS_DEFINE= DOCS
post-patch:
@${REINPLACE_CMD} -e 's|"dino"|"daemon"|g' ${WRKSRC}/wmpal.c
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>