aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mount.app/Makefile
blob: fe125813f6e93b6ef7f0a171bd5a50d9a45b65a1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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=   ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	mountapp

MAINTAINER=	nm@web.am
COMMENT=	Windowmaker application, Resembles wmmount with extra functionality

BUILD_DEPENDS+=	${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker

USE_GETTEXT=	yes
USE_GNOME=	gtk12 glib12

GNU_CONFIGURE=	yes

LDFLAGS+=	-L${LOCALBASE}/lib -L${X11BASE}/lib -lintl
MAKE_ENV=	LDFLAGS="${LDFLAGS}"
CONFIGURE_ENV=	LDFLAGS="${LDFLAGS}"

.include <bsd.port.mk>