blob: 82e95f4a96007906a9b64dbcc871b32e279fe346 (
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
26
27
28
|
# New ports collection makefile for: asapm
# Date created: 6 Aug 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $FreeBSD$
#
PORTNAME= asapm
PORTVERSION= 2.7
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.afterstep.org/apps/asapm/ \
http://www.tigr.net/afterstep/as-apps/download/asapm/
MAINTAINER= handy@physics.montana.edu
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
ONLY_FOR_ARCHS= i386
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install install.man
MAN1= asapm.1
FETCH_BEFORE_ARGS= -b
.include <bsd.port.mk>
|