summaryrefslogtreecommitdiff
path: root/sysutils/pcfclock/Makefile
blob: 9870c255a886fed99dc2be048cdda3569d2a3c0e (plain)
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
26
# Created by: Frank W. Josellis <frank@dynamical-systems.org>
# $FreeBSD$

PORTNAME=	pcfclock
PORTVERSION=	0.44
PORTREVISION=	3
CATEGORIES=	sysutils
MASTER_SITES=	http://www-stud.ims.uni-stuttgart.de/~voegelas/pcfclock/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Userland access to the pcfclock device

USE_RC_SUBR=	pcfdate

GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--without-linux

PLIST_FILES=	man/man8/pcfdate.8.gz sbin/pcfdate

.include <bsd.port.pre.mk>

.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
IGNORE=		not supported for architecture ${ARCH}
.endif

.include <bsd.port.post.mk>