ca81209a91
properties.c: In function 'saveProperties': properties.c:451: error: too many arguments to function 'WMWritePropListToFile' *** Error code 1 Reported by: pointyhat
28 lines
611 B
Makefile
28 lines
611 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= 8
|
|
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
|
|
|
|
BROKEN= does not compile
|
|
|
|
USE_GETTEXT= yes
|
|
USE_GNOME= gtk12 glib12
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib -L${LOCALBASE}/lib -lintl
|
|
|
|
.include <bsd.port.mk>
|