1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/x11/deskmenu/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- Convert to USES=libtool and bump dependent ports
- Add INSTALL_TARGET=install-strip
- Remove patches that renamed include directories and libraries so they
  didn't conflict with early development versions of glib/gtk 2.0
2014-09-13 15:11:27 +00:00

23 lines
467 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
PLIST_FILES= bin/deskmenu
USES= gmake
USE_GNOME= gtk12
USE_CSTD= gnu89
post-install:
${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/deskmenu
.include <bsd.port.mk>