2003-01-20 00:44:42 +01:00
|
|
|
# New ports collection makefile for: deskmenu
|
|
|
|
# Date created: 17 February 2002
|
|
|
|
# Whom: Matt Peterson <matt@peterson.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= deskmenu
|
|
|
|
PORTVERSION= 1.3.0
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
2003-01-20 00:44:42 +01:00
|
|
|
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
|
2003-01-20 00:44:42 +01:00
|
|
|
|
2004-02-06 14:12:53 +01:00
|
|
|
PLIST_FILES= bin/deskmenu
|
2003-01-20 00:44:42 +01:00
|
|
|
USE_GNOME= gtk12
|
|
|
|
USE_GMAKE= yes
|
|
|
|
|
|
|
|
post-install:
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/deskmenu
|
2003-01-20 00:44:42 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|