1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00
freebsd-ports/sysutils/mount.app/Makefile
Tijl Coosemans 3ce0f21808 devel/glib12 x11-toolkits/gtk12:
- 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
2014-09-13 15:11:27 +00:00

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>