freebsd-ports/sysutils/asmem/Makefile

31 lines
692 B
Makefile
Raw Normal View History

# New ports collection makefile for: asfsm
# Date created: 4 June 1999
# Whom: jack
#
1999-08-31 04:00:46 +02:00
# $FreeBSD$
#
PORTNAME= asmem
PORTVERSION= 1.12
PORTREVISION= 1
CATEGORIES= sysutils afterstep
MASTER_SITES= http://www.tigr.net/afterstep/download/asmem/
MAINTAINER= ports@FreeBSD.org
2003-02-21 14:28:59 +01:00
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
MAN1= asmem.1
2004-02-05 21:38:07 +01:00
PLIST_FILES= bin/asmem
do-install:
${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/asmem ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/asmem.man ${MANPREFIX}/man/man1/asmem.1
.include <bsd.port.mk>