mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
3d7d128287
Yet another file manager. PR: 7460 Submitted by: Brett Taylor <brett@peloton.physics.montana.edu>
23 lines
485 B
Makefile
23 lines
485 B
Makefile
# New ports collection makefile for: jafm
|
|
# Version required: 0.5
|
|
# Date created: 31 August 1998
|
|
# Whom: brett@peloton.physics.montana.edu
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= jafm-0.5
|
|
CATEGORIES= x11-fm
|
|
MASTER_SITES= http://www-personal.usyd.edu.au:/~rlittlew/jafm/
|
|
|
|
MAINTAINER= brett@peloton.physics.montana.edu
|
|
|
|
LIB_DEPENDS= qt\\.1\\.\\\(33\\\|40\\\):${PORTSDIR}/x11-toolkits/qt140
|
|
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= jafm
|
|
|
|
MAN8= jafm.8
|
|
|
|
.include <bsd.port.mk>
|