diff options
Diffstat (limited to 'sysutils/pcfclock/Makefile')
-rw-r--r-- | sysutils/pcfclock/Makefile | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/sysutils/pcfclock/Makefile b/sysutils/pcfclock/Makefile deleted file mode 100644 index 965873316fd1..000000000000 --- a/sysutils/pcfclock/Makefile +++ /dev/null @@ -1,30 +0,0 @@ -# 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 - -BROKEN= unfetchable -DEPRECATED= Broken for more than 6 months -EXPIRATION_DATE= 2016-07-04 - -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> |