1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/sysutils/pcfclock/Makefile
2014-08-03 14:01:03 +00:00

27 lines
605 B
Makefile

# 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>