freebsd-ports/x11/deskmenu/Makefile

26 lines
575 B
Makefile
Raw Normal View History

# 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
2003-02-21 15:08:24 +01:00
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>