21 lines
390 B
Makefile
21 lines
390 B
Makefile
# Created by: alepulver@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= menumaker
|
|
PORTVERSION= 0.99.9
|
|
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:2.7+
|
|
GNU_CONFIGURE= yes
|
|
NO_ARCH= yes
|
|
|
|
INFO= mmaker
|
|
|
|
.include <bsd.port.mk>
|