mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-15 03:14:23 +00:00
21 lines
428 B
Makefile
21 lines
428 B
Makefile
# 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
|
|
COMMENT= X11 application launcher
|
|
|
|
BROKEN= Does not fetch
|
|
PLIST_FILES= bin/deskmenu
|
|
USES= gmake
|
|
USE_GNOME= gtk12
|
|
USE_CSTD= gnu89
|
|
|
|
.include <bsd.port.mk>
|