1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/misc/wmpal/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

31 lines
619 B
Makefile

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
WWW= https://wmpal.sourceforge.net/
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>