-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- bump NEED_VERSION - add HOMEPAGE - update MASTER_SITES >ChangeLog: o fixed some bugs in magic.c o added double click patch for the application window
- Loading branch information
Kevin Lo
committed
Sep 4, 2001
1 parent
4585b99
commit 6883345
Showing
3 changed files
with
15 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,25 @@ | ||
# $OpenBSD: Makefile,v 1.11 2001/07/09 17:11:43 pvalchev Exp $ | ||
# $OpenBSD: Makefile,v 1.12 2001/09/04 05:33:34 kevlo Exp $ | ||
|
||
COMMENT= "X11 File Manager" | ||
|
||
DISTNAME= xfm-1.4.2 | ||
CATEGORIES= x11 | ||
NEED_VERSION= 1.402 | ||
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ | ||
DISTNAME= xfm-1.4.3 | ||
CATEGORIES= x11 | ||
NEED_VERSION= 1.448 | ||
|
||
MAINTAINER= [email protected] | ||
HOMEPAGE= http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/ | ||
|
||
MAINTAINER= [email protected] | ||
|
||
PERMIT_PACKAGE_CDROM= Yes | ||
PERMIT_PACKAGE_FTP= Yes | ||
PERMIT_DISTFILES_CDROM= Yes | ||
PERMIT_DISTFILES_FTP= Yes | ||
|
||
USE_X11= Yes | ||
MASTER_SITES= ${HOMEPAGE} | ||
|
||
LIB_DEPENDS= Xaw3d.6::x11/Xaw3d | ||
LIB_DEPENDS= Xaw3d.6::x11/Xaw3d | ||
|
||
CONFIGURE_STYLE= imake | ||
USE_X11= Yes | ||
CONFIGURE_STYLE= imake | ||
|
||
.include <bsd.port.mk> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
MD5 (xfm-1.4.2.tar.gz) = 7b23ae130220592015e39adca067af10 | ||
RMD160 (xfm-1.4.2.tar.gz) = b63aa5ff724cdcd2d6fdc9bc5a42103795739e17 | ||
SHA1 (xfm-1.4.2.tar.gz) = 5c33b90fb7b0386baf613f676b41f6d463f5734b | ||
MD5 (xfm-1.4.3.tar.gz) = ea5e421347044dc24c4ab3f7e2d24ecc | ||
RMD160 (xfm-1.4.3.tar.gz) = b06c562b467e5085e5ecdd4273b64d554415ce69 | ||
SHA1 (xfm-1.4.3.tar.gz) = 8d6235bb63e04491cc99603144b52884866b39e2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters