Files
ports/deskutils/menumaker/Makefile
T
Rodrigo Osorio 06df180a9e */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
Issue reported by repology : https://repology.org/repository/freebsd/problems

Approved by:	portmgr (blanket)
PR:		274888
2023-11-06 11:03:47 +01:00

27 lines
520 B
Makefile

PORTNAME= menumaker
PORTVERSION= 0.99.14
CATEGORIES= deskutils
MASTER_SITES= SF/${PORTNAME}
MAINTAINER= jgh@FreeBSD.org
COMMENT= Menu generator for X Window Managers and desktop environments
WWW= https://menumaker.sourceforge.net/
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake python
GNU_CONFIGURE= yes
NO_ARCH= yes
LDFLAGS+= -L${LOCALBASE}/lib
INFO= mmaker
post-install:
@${REINPLACE_CMD} -i '' -e '1s|#!.*|#!${PYTHON_CMD}|' \
${STAGEDIR}${LOCALBASE}/bin/mmaker
.include <bsd.port.mk>