aboutsummaryrefslogtreecommitdiff
path: root/x11/deskmenu/Makefile
blob: dc87c1fb33a1ac45edc4d6147f47c2185b5c1902 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# New ports collection makefile for:   deskmenu
# Date created:                        17 February 2002
# Whom:                                Matt Peterson <matt@peterson.org>
#
# $FreeBSD$
#

PORTNAME=	deskmenu
PORTVERSION=	1.3.0
PORTREVISION=	2
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
USE_X_PREFIX=	yes
USE_GNOME=	gtk12
USE_GMAKE=	yes

post-install:
	${STRIP_CMD} ${X11BASE}/bin/deskmenu

.include <bsd.port.mk>