freebsd-ports/x11/deskmenu/Makefile

20 lines
404 B
Makefile
Raw Normal View History

2013-09-06 19:07:00 +02:00
# 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
2003-02-21 15:08:24 +01:00
COMMENT= X11 application launcher
PLIST_FILES= bin/deskmenu
2013-09-06 19:07:00 +02:00
USES= gmake
USE_GNOME= gtk12
2013-09-06 19:07:00 +02:00
USE_CSTD= gnu89
.include <bsd.port.mk>