25 lines
486 B
Makefile
25 lines
486 B
Makefile
# $OpenBSD: Makefile,v 1.2 2013/06/18 06:00:19 ajacoutot Exp $
|
|
|
|
COMMENT = keeps a list of uptime records
|
|
DISTNAME = uptimed-0.3.17
|
|
CATEGORIES = sysutils
|
|
REVISION = 0
|
|
|
|
SHARED_LIBS += uptimed 0.0 # 0.0
|
|
|
|
HOMEPAGE = http://podgorny.cz/moin/Uptimed
|
|
|
|
MAINTAINER = Ryan Freeman <rfreeman@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
WANTLIB += c
|
|
|
|
MASTER_SITES = http://podgorny.cz/uptimed/releases/
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
.include <bsd.port.mk>
|