aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/asmem/Makefile
blob: 90d22070dd7a9a55cb98f0aefeb72f9741df86a0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Created by: jack
# $FreeBSD$

PORTNAME=   asmem
PORTVERSION=    1.12
PORTREVISION=   1
CATEGORIES= sysutils afterstep
MASTER_SITES=   http://www.tigr.net/afterstep/download/asmem/

MAINTAINER= ports@FreeBSD.org
COMMENT=    An AfterStep look-n-feel memory utilization monitor

USE_XORG=   xpm
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-xpm \
        --with-xpm-includes=${LOCALBASE}/include \
        --with-xpm-library=${LOCALBASE}/lib

PLIST_FILES=    bin/${PORTNAME} man/man1/${PORTNAME}.1.gz

do-install:
    ${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
    ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1

.include <bsd.port.mk>