mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
d4ae319ba7
PR: 9605 Submitted by: maintainer
29 lines
599 B
Makefile
29 lines
599 B
Makefile
# New ports collection makefile for: asapm
|
|
# Version required: 2.4
|
|
# Date created: 6 Aug 1998
|
|
# Whom: Brian Handy <handy@physics.montana.edu>
|
|
#
|
|
# $Id: Makefile,v 1.7 1999/01/06 05:16:26 simokawa Exp $
|
|
#
|
|
|
|
DISTNAME= asapm-2.4
|
|
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>
|