mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
377901b804
With hat: portmgr
22 lines
386 B
Makefile
22 lines
386 B
Makefile
# Created by: alepulver@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= menumaker
|
|
PORTVERSION= 0.99.10
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
|
COMMENT= Menu generator for X Window Managers and desktop environments
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= gmake python
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
|
|
INFO= mmaker
|
|
|
|
.include <bsd.port.mk>
|