forked from Lainports/freebsd-ports
- 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)
28 lines
651 B
Makefile
28 lines
651 B
Makefile
# New ports collection makefile for: mount.app
|
|
# Date created: 20 Mar 2003
|
|
# Whom: Gaspar Chilingarov <nm@web.am>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= mountapp
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= sysutils windowmaker
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= nm@web.am
|
|
COMMENT= Windowmaker application, Resembles wmmount with extra functionality
|
|
|
|
BUILD_DEPENDS+= ${LOCALBASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= gtk12 glib12
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib -lintl
|
|
MAKE_ENV= LDFLAGS="${LDFLAGS}"
|
|
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
|
|
|
|
.include <bsd.port.mk>
|