mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
35 lines
775 B
Makefile
35 lines
775 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= 3
|
|
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
|
|
|
|
USE_RC_SUBR= pcfdate
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --without-linux
|
|
|
|
MAN8= pcfdate.8
|
|
PLIST_FILES= sbin/pcfdate
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${ARCH} == "ia64" || ${ARCH} == "powerpc" || ${ARCH} == "sparc64"
|
|
IGNORE= not supported for architecture ${ARCH}
|
|
.endif
|
|
|
|
post-install:
|
|
PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
|
|
|
.include <bsd.port.post.mk>
|