freebsd-ports/sysutils/mount.app/Makefile
Dmitry Marakasov 6f6fbe4bdf - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
2011-09-23 22:26:39 +00:00

27 lines
584 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= 8
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
.include <bsd.port.mk>