freebsd-ports/deskutils/menumaker/Makefile

22 lines
390 B
Makefile
Raw Normal View History

2013-11-08 08:40:50 +01:00
# Created by: alepulver@FreeBSD.org
# $FreeBSD$
PORTNAME= menumaker
2015-09-15 21:23:40 +02:00
PORTVERSION= 0.99.9
CATEGORIES= deskutils
2015-07-27 17:35:05 +02:00
MASTER_SITES= SF/${PORTNAME}
2013-05-05 08:10:24 +02:00
MAINTAINER= jgh@FreeBSD.org
COMMENT= Menu generator for X Window Managers and desktop environments
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
2015-07-27 17:35:05 +02:00
USES= gmake python:2.7+
GNU_CONFIGURE= yes
NO_ARCH= yes
INFO= mmaker
.include <bsd.port.mk>