blob: be1f323e529250dfc7a222d05010140604b6f3b0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: jafm
# Version required: 0.5
# Date created: 31 August 1998
# Whom: brett@peloton.physics.montana.edu
#
# $Id: Makefile,v 1.4 1998/08/30 15:47:10 steve Exp $
#
DISTNAME= jafm-0.5
CATEGORIES= x11-fm
MASTER_SITES= http://www-personal.usyd.edu.au/~rlittlew/jafm/ \
${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= X11/desktop
MAINTAINER= brett@peloton.physics.montana.edu
USE_QT= yes
USE_GMAKE= yes
ALL_TARGET= jafm
MAN8= jafm.8
.include <bsd.port.mk>
|