blob: 5e41737f173507c8e6ab7e993ef9d0b74a35be43 (
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
24
25
|
# New ports collection makefile for: asapm
# Date created: 6 Aug 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $FreeBSD$
#
PORTNAME= asapm
PORTVERSION= 2.9
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
MASTER_SITE_SUBDIR= apps/asapm
MAINTAINER= handy@physics.montana.edu
ONLY_FOR_ARCHS= i386
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install install.man
MAN1= asapm.1
.include <bsd.port.mk>
|