freebsd-ports/sysutils/pcfclock/Makefile
Pav Lucistnik 9fcf507f17 - Don't abort installation when we fail to make device
PR:		ports/80592
Submitted by:	Frank W. Josellis <frank@dynamical-systems.org> (maintainer)
2005-05-04 14:25:52 +00:00

38 lines
809 B
Makefile

# New ports collection makefile for: pcfclock
# Date created: 23 November 2004
# Whom: Frank W. Josellis <frank@dynamical-systems.org>
#
# $FreeBSD$
#
PORTNAME= pcfclock
PORTVERSION= 0.44
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www-stud.ims.uni-stuttgart.de/~voegelas/pcfclock/
MAINTAINER= frank@dynamical-systems.org
COMMENT= Userland access to the pcfclock device
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --without-linux
MAN8= pcfdate.8
PLIST_FILES= sbin/pcfdate
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
IGNORE= Not supported for architecture ${ARCH}
.endif
.if ${OSVERSION} < 400000
IGNORE= Not supported for versions prior to FreeBSD 4.0
.endif
post-install:
.if ${OSVERSION} < 500000
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.endif
.include <bsd.port.post.mk>