diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 04:23:25 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-10-06 04:23:25 +0000 |
commit | 329e4d9d45e9e26b5799f3808e3bdcfacc89dca9 (patch) | |
tree | d044ee592ab9015d984014b5c1d5875982e92834 /sysutils | |
parent | New port: net/gkrellmwireless2 (diff) |
mount.app new port submission
WindowMaker dock application, resembles wmmount with extra functionality
PR: ports/50146
Submitted by: Gaspar Chilingarov <nm@web.am>
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/Makefile | 1 | ||||
-rw-r--r-- | sysutils/mount.app/Makefile | 28 | ||||
-rw-r--r-- | sysutils/mount.app/distinfo | 1 | ||||
-rw-r--r-- | sysutils/mount.app/pkg-descr | 3 | ||||
-rw-r--r-- | sysutils/mount.app/pkg-plist | 16 |
5 files changed, 49 insertions, 0 deletions
diff --git a/sysutils/Makefile b/sysutils/Makefile index 2a74117cea0d..edf904e02b5a 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -185,6 +185,7 @@ SUBDIR += mksunbootcd SUBDIR += mktool SUBDIR += monitord + SUBDIR += mount.app SUBDIR += msyslog SUBDIR += multitail SUBDIR += muse diff --git a/sysutils/mount.app/Makefile b/sysutils/mount.app/Makefile new file mode 100644 index 000000000000..2b8e5f3c2e88 --- /dev/null +++ b/sysutils/mount.app/Makefile @@ -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> diff --git a/sysutils/mount.app/distinfo b/sysutils/mount.app/distinfo new file mode 100644 index 000000000000..4b188e6646fc --- /dev/null +++ b/sysutils/mount.app/distinfo @@ -0,0 +1 @@ +MD5 (mountapp-3.0.tar.gz) = 5e507a88e9144ce241a0d7261d4a1d68 diff --git a/sysutils/mount.app/pkg-descr b/sysutils/mount.app/pkg-descr new file mode 100644 index 000000000000..69d12dedd6a2 --- /dev/null +++ b/sysutils/mount.app/pkg-descr @@ -0,0 +1,3 @@ +mount.app - WindowMaker dock app + +WWW: http://mountapp.sourceforge.net/ diff --git a/sysutils/mount.app/pkg-plist b/sysutils/mount.app/pkg-plist new file mode 100644 index 000000000000..67cd435cd2bb --- /dev/null +++ b/sysutils/mount.app/pkg-plist @@ -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 |