mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-20 08:27:15 +00:00
89b4379a17
With hat: portmgr
27 lines
550 B
Makefile
27 lines
550 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
|
|
|
|
DEPRECATED= Uses obsolete glib12
|
|
EXPIRATION_DATE= 2018-12-20
|
|
|
|
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>
|