aboutsummaryrefslogtreecommitdiff
path: root/x11/deskmenu/Makefile
blob: 719c6c4c467eda7a2173e95719439523d570fcd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Matt Peterson <matt@peterson.org>
# $FreeBSD$

PORTNAME=	deskmenu
PORTVERSION=	1.3.0
PORTREVISION=	5
CATEGORIES=	x11
MASTER_SITES=	http://matt.peterson.org/FreeBSD/ports/ \
		http://gd.tuwien.ac.at/opsys/linux/gentoo/distfiles/

MAINTAINER=	matt@peterson.org
COMMENT=	X11 application launcher

PLIST_FILES=	bin/deskmenu
USES=		gmake
USE_GNOME=	gtk12
USE_CSTD=	gnu89

.include <bsd.port.mk>