mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
3dd16e0632
I also added the md5 of the second MASTER_SITE because there was no (real) difference between the two tarballs. PR: ports/16571 Submitted by: maintainer
31 lines
707 B
Makefile
31 lines
707 B
Makefile
# New ports collection makefile for: asfsm
|
|
# Version required: asmon-0.60
|
|
# Date created: 27 Sep 1999
|
|
# Whom: jack
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= asmon-0.60
|
|
CATEGORIES= sysutils afterstep
|
|
MASTER_SITES= ftp://ftp.afterstep.org/apps/asmon/ \
|
|
http://www.tigr.net/afterstep/as-apps/download/asmon/
|
|
|
|
MAINTAINER= jack@germanium.xtalwind.net
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if ${OSVERSION} >= 400000
|
|
BROKEN= 'Sorry, asmom can not yet handle 4.0+ new VM system interfaces'
|
|
.endif
|
|
|
|
USE_X_PREFIX= yes
|
|
USE_GMAKE= yes
|
|
ALL_TARGET= clean all
|
|
|
|
do-install:
|
|
${INSTALL} ${COPY} ${STRIP} -o ${BINOWN} -g kmem -m 2755 ${WRKSRC}/asmon/asmon ${PREFIX}/bin
|
|
|
|
.include <bsd.port.post.mk>
|