freebsd-ports/sysutils/mount.app/Makefile
Alex Kozlov e159824929 - Convert USE_GETTEXT to USES (part 3)
Approved by:	portmgr (bapt)
2013-04-24 18:10:30 +00:00

26 lines
579 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= 9
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
USES= gettext
USE_GNOME= gtk12 glib12
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib -lintl
.include <bsd.port.mk>