diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-31 22:59:47 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-07-31 22:59:47 +0000 |
commit | f41438221695df40ddd7b6cbaee254ccde65b681 (patch) | |
tree | d184fd3c7959cf4bca03bcc159c6fda2cc8724bd /sysutils/asmon | |
parent | 41ad156434f089d6669ab67f7a92b8d16b481fe5 (diff) | |
download | ports-f41438221695df40ddd7b6cbaee254ccde65b681.tar.gz ports-f41438221695df40ddd7b6cbaee254ccde65b681.zip |
Notes
Diffstat (limited to 'sysutils/asmon')
-rw-r--r-- | sysutils/asmon/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sysutils/asmon/Makefile b/sysutils/asmon/Makefile index 79ff2116a4b2..9981157b85c7 100644 --- a/sysutils/asmon/Makefile +++ b/sysutils/asmon/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: asmon -# Date created: 27 Sep 1999 -# Whom: jack -# +# Created by: jack # $FreeBSD$ -# PORTNAME= asmon PORTVERSION= 0.61 @@ -19,7 +15,8 @@ USE_XORG= xpm x11 BUILD_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/asmon CFLAGS+= -I${LOCALBASE}/include -USE_GMAKE= yes +USES= gmake +USE_CSTD= gnu89 ALL_TARGET= asmon MAKE_ARGS+= LIBDIR="-L${LOCALBASE}/lib" \ SOLARIS_LIBS=-lkvm |