mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
24 lines
500 B
Makefile
24 lines
500 B
Makefile
# Created by: Gaspar Chilingarov <nm@web.am>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mountapp
|
|
PORTVERSION= 3.0
|
|
PORTREVISION= 10
|
|
CATEGORIES= sysutils windowmaker
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
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
|
|
LIBS+= -lintl -lWUtil
|
|
|
|
.include <bsd.port.mk>
|