17 lines
324 B
Makefile
17 lines
324 B
Makefile
# Created by: alepulver@FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= menumaker
|
|
PORTVERSION= 0.99.8
|
|
CATEGORIES= deskutils
|
|
MASTER_SITES= SF/${PORTNAME}
|
|
|
|
MAINTAINER= jgh@FreeBSD.org
|
|
COMMENT= Menu generator for X Window Managers and desktop environments
|
|
|
|
USES= gmake python:2.7+
|
|
GNU_CONFIGURE= yes
|
|
|
|
INFO= mmaker
|
|
|
|
.include <bsd.port.mk>
|