aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/menumaker/Makefile
blob: de1a1db406c6560dee5f65c50d788de6375397f7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# 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>