mount.app new port submission
WindowMaker dock application, resembles wmmount with extra functionality PR: ports/50146 Submitted by: Gaspar Chilingarov <nm@web.am>
This commit is contained in:
parent
beb48aec38
commit
329e4d9d45
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=90373
5 changed files with 49 additions and 0 deletions
|
@ -185,6 +185,7 @@
|
|||
SUBDIR += mksunbootcd
|
||||
SUBDIR += mktool
|
||||
SUBDIR += monitord
|
||||
SUBDIR += mount.app
|
||||
SUBDIR += msyslog
|
||||
SUBDIR += multitail
|
||||
SUBDIR += muse
|
||||
|
|
28
sysutils/mount.app/Makefile
Normal file
28
sysutils/mount.app/Makefile
Normal file
|
@ -0,0 +1,28 @@
|
|||
# New ports collection makefile for: mount.app
|
||||
# Date created: 20 Mar 2003
|
||||
# Whom: Gaspar Chilingarov <nm@web.am>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mountapp
|
||||
PORTVERSION= 3.0
|
||||
CATEGORIES= sysutils windowmaker
|
||||
MASTER_SITES= http://mountapp.sourceforge.net/
|
||||
|
||||
MAINTAINER= nm@web.am
|
||||
COMMENT= Windowmaker application, Resembles wmmount with extra functionality
|
||||
|
||||
LIB_DEPENDS= intl.5:${PORTSDIR}/devel/gettext \
|
||||
gmodule12:${PORTSDIR}/devel/glib12
|
||||
BUILD_DEPENDS+= ${X11BASE}/lib/libWINGs.a:${PORTSDIR}/x11-wm/windowmaker
|
||||
|
||||
USE_GNOME= gtk12 glib12
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -L${X11BASE}/lib -lintl
|
||||
MAKE_ENV= LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ENV= LDFLAGS="${LDFLAGS}"
|
||||
|
||||
.include <bsd.port.mk>
|
1
sysutils/mount.app/distinfo
Normal file
1
sysutils/mount.app/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (mountapp-3.0.tar.gz) = 5e507a88e9144ce241a0d7261d4a1d68
|
3
sysutils/mount.app/pkg-descr
Normal file
3
sysutils/mount.app/pkg-descr
Normal file
|
@ -0,0 +1,3 @@
|
|||
mount.app - WindowMaker dock app
|
||||
|
||||
WWW: http://mountapp.sourceforge.net/
|
16
sysutils/mount.app/pkg-plist
Normal file
16
sysutils/mount.app/pkg-plist
Normal file
|
@ -0,0 +1,16 @@
|
|||
bin/mount.app
|
||||
bin/mount.conf
|
||||
share/mount.app/cdrom.xpm
|
||||
share/mount.app/floppy.xpm
|
||||
share/mount.app/zip.xpm
|
||||
share/mount.app/blank.xpm
|
||||
share/mount.app/dosdisk.xpm
|
||||
share/mount.app/macdisk.xpm
|
||||
share/mount.app/harddisk.xpm
|
||||
share/mount.app/noperms.txt
|
||||
share/mount.app/devicebusy.txt
|
||||
share/mount.app/notmountable.txt
|
||||
share/mount.app/online-help.txt
|
||||
share/mount.app/zip_ext.xpm
|
||||
share/mount.app/slotin.xpm
|
||||
@dirrm share/mount.app
|
Loading…
Reference in a new issue