mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
5a6229b44f
PR: 19990 Submitted by: maintainer
28 lines
545 B
Makefile
28 lines
545 B
Makefile
# New ports collection makefile for: asmon
|
|
# Date created: 27 Sep 1999
|
|
# Whom: jack
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= asmon
|
|
PORTVERSION= 0.60
|
|
CATEGORIES= sysutils afterstep
|
|
MASTER_SITES= ${MASTER_SITE_AFTERSTEP}
|
|
MASTER_SITE_SUBDIR= apps/asmon
|
|
|
|
MAINTAINER= jack@germanium.xtalwind.net
|
|
|
|
LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
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>
|