2003-10-06 06:23:25 +02:00
|
|
|
# New ports collection makefile for: mount.app
|
|
|
|
# Date created: 20 Mar 2003
|
|
|
|
# Whom: Gaspar Chilingarov <nm@web.am>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= mountapp
|
|
|
|
PORTVERSION= 3.0
|
2010-05-31 04:01:56 +02:00
|
|
|
PORTREVISION= 8
|
2003-10-06 06:23:25 +02:00
|
|
|
CATEGORIES= sysutils windowmaker
|
- 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
|
|
|
MASTER_SITES= SF
|
2003-10-06 06:23:25 +02:00
|
|
|
|
|
|
|
MAINTAINER= nm@web.am
|
|
|
|
COMMENT= Windowmaker application, Resembles wmmount with extra functionality
|
|
|
|
|
- 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
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
|
2003-10-06 06:23:25 +02:00
|
|
|
|
2004-02-04 05:36:30 +01:00
|
|
|
USE_GETTEXT= yes
|
2003-10-06 06:23:25 +02:00
|
|
|
USE_GNOME= gtk12 glib12
|
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
- 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
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib -lintl
|
2003-10-06 06:23:25 +02:00
|
|
|
MAKE_ENV= LDFLAGS="${LDFLAGS}"
|
|
|
|
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|