mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-29 21:39:24 +00:00
24 lines
471 B
Makefile
24 lines
471 B
Makefile
# 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.4 1998/11/21 07:27:40 steve Exp $
|
|
#
|
|
|
|
DISTNAME= asapm-2.2
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://bewoner.dma.be/Albert/linux/software/
|
|
|
|
MAINTAINER= handy@physics.montana.edu
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
MAN1= asapm.1x
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
|
|
.include <bsd.port.mk>
|