1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/x11/deskmenu/Makefile
Ade Lovett fe279f0df8 Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.
Discussed with:	kris
Approved by:	portmgr (implicit)
2006-03-07 08:28:06 +00:00

27 lines
594 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= 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>