freebsd-ports/x11/deskmenu/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

26 lines
575 B
Makefile

# 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= 4
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_GNOME= gtk12
USE_GMAKE= yes
post-install:
${STRIP_CMD} ${PREFIX}/bin/deskmenu
.include <bsd.port.mk>