aboutsummaryrefslogtreecommitdiff
path: root/sysutils/freecolor/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/freecolor/Makefile')
-rw-r--r--sysutils/freecolor/Makefile20
1 files changed, 5 insertions, 15 deletions
diff --git a/sysutils/freecolor/Makefile b/sysutils/freecolor/Makefile
index 1b8d66e112f6..b5357540b0fe 100644
--- a/sysutils/freecolor/Makefile
+++ b/sysutils/freecolor/Makefile
@@ -2,30 +2,20 @@
# $FreeBSD$
PORTNAME= freecolor
-PORTVERSION= 0.8.8
+PORTVERSION= 0.9.2
CATEGORIES= sysutils
MASTER_SITES= http://www.rkeene.org/files/oss/freecolor/
MAINTAINER= tdb@FreeBSD.org
COMMENT= Displays free memory as a bargraph
-LIB_DEPENDS= statgrab.8:${PORTSDIR}/devel/libstatgrab
+LIB_DEPENDS= libstatgrab.so:${PORTSDIR}/devel/libstatgrab
GNU_CONFIGURE= yes
MAKE_ENV+= INSTALL="${INSTALL}" INSTALL_PROGRAM="${INSTALL_PROGRAM}"
-PLIST_FILES= bin/freecolor
USES= pkgconfig
-.if !defined(WITHOUT_SETGID)
-BINGRP?= kmem
-BINMODE?= 2555
-.endif
-
-NO_STAGE= yes
-.include <bsd.port.pre.mk>
-
-.if ${ARCH} != "i386"
-BROKEN= Does not function correctly on !i386
-.endif
+PLIST_FILES= bin/freecolor man/man1/freecolor.1.gz
+USES= pkgconfig
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>