freebsd-ports/sysutils/mount.app/Makefile
Tijl Coosemans 323dfa7d83 Remove libtiff.so.4 compatibility links that were added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 16:07:33 +00:00

23 lines
488 B
Makefile

# Created by: Gaspar Chilingarov <nm@web.am>
# $FreeBSD$
PORTNAME= mountapp
PORTVERSION= 3.0
PORTREVISION= 11
CATEGORIES= sysutils windowmaker
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Windowmaker application, Resembles wmmount with extra functionality
BUILD_DEPENDS= ${LOCALBASE}/lib/libWINGs.a:x11-wm/windowmaker
USES= gettext
USE_GNOME= gtk12 glib12
GNU_CONFIGURE= yes
LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib
LIBS+= -lintl -lWUtil
.include <bsd.port.mk>