summaryrefslogtreecommitdiff
path: root/sysutils/asmem
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-27 09:06:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-27 09:06:26 +0000
commit4000383b3f150d5298b0147d384fa5f1147e97de (patch)
treeccea10efc91770b61654a049cf46cdf7b6959dff /sysutils/asmem
parent- Update MASTER_STIES (diff)
- Add Stage support
- Update MASTER_SITES and WWW: line - Add LICENSE PR: 187048
Notes
Notes: svn path=/head/; revision=346281
Diffstat (limited to 'sysutils/asmem')
-rw-r--r--sysutils/asmem/Makefile16
-rw-r--r--sysutils/asmem/pkg-descr10
-rw-r--r--sysutils/asmem/pkg-plist6
3 files changed, 21 insertions, 11 deletions
diff --git a/sysutils/asmem/Makefile b/sysutils/asmem/Makefile
index 2513294ba73f..ff3e92f8199d 100644
--- a/sysutils/asmem/Makefile
+++ b/sysutils/asmem/Makefile
@@ -5,13 +5,12 @@ PORTNAME= asmem
PORTVERSION= 1.12
PORTREVISION= 1
CATEGORIES= sysutils afterstep
-MASTER_SITES= http://www.tigr.net/afterstep/download/asmem/
+MASTER_SITES= http://tigr.net/afterstep/download/asmem/
MAINTAINER= ports@FreeBSD.org
-COMMENT= An AfterStep look-n-feel memory utilization monitor
+COMMENT= AfterStep look-n-feel memory utilization monitor
-DEPRECATED= No more public distfiles
-EXPIRATION_DATE= 2014-03-07
+LICENSE= GPLv2
USE_XORG= xpm
GNU_CONFIGURE= yes
@@ -19,10 +18,13 @@ CONFIGURE_ARGS= --with-xpm \
--with-xpm-includes=${LOCALBASE}/include \
--with-xpm-library=${LOCALBASE}/lib
-PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
+post-build:
+ @${LN} -sf asmem.man ${WRKSRC}/asmem.1
do-install:
- ${INSTALL_PROGRAM} -g kmem -m 2755 ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${PREFIX}/man/man1/${PORTNAME}.1
+ (cd ${WRKSRC} && ${INSTALL_PROGRAM} asmem \
+ ${STAGEDIR}${PREFIX}/bin)
+ (cd ${WRKSRC} && ${INSTALL_MAN} asmem.1 \
+ ${STAGEDIR}${MANPREFIX}/man/man1)
.include <bsd.port.mk>
diff --git a/sysutils/asmem/pkg-descr b/sysutils/asmem/pkg-descr
index a544e7663d5c..543c58806f03 100644
--- a/sysutils/asmem/pkg-descr
+++ b/sysutils/asmem/pkg-descr
@@ -1,4 +1,6 @@
-The asmem tool is an AfterStep look-n-feel memory utilization monitor for X
-Windows. asmem shows the levels of utilization of the various kinds of memory
-and swap space. Multiple options for customization are available (colors,
-appearance, other stuff).
+The asmem tool is an AfterStep look-n-feel memory utilization monitor
+for X Window System. asmem shows the levels of utilization of the
+various kinds of memory and swap space. Multiple options for
+customization are available (colors, appearance, other stuff).
+
+WWW: http://tigr.net/afterstep/
diff --git a/sysutils/asmem/pkg-plist b/sysutils/asmem/pkg-plist
new file mode 100644
index 000000000000..9ad89413db8c
--- /dev/null
+++ b/sysutils/asmem/pkg-plist
@@ -0,0 +1,6 @@
+@group kmem
+@mode 2555
+bin/asmem
+@mode
+@group
+man/man1/asmem.1.gz