blob: d12794b9e27065980b81da636dc451c9f3da1836 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: asapm
# Version required: 2.2
# Date created: 6 Aug 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $Id: Makefile,v 1.3 1998/11/02 03:44:55 steve Exp $
#
DISTNAME= asapm-2.2
CATEGORIES= sysutils
MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/
MAINTAINER= handy@physics.montana.edu
USE_X_PREFIX= yes
MAN1= asapm.1x
FETCH_BEFORE_ARGS= -b
.include <bsd.port.mk>
|