2013-12-25 23:45:31 +00:00

24 lines
629 B
Makefile

# $OpenBSD: Makefile,v 1.108 2013/12/25 23:45:31 jca Exp $
CATEGORIES= geo
COMMENT= geographic location of OpenBSD developers
DISTNAME= openbsd-developers-1.0
REVISION= 103
DISTFILES=
HOMEPAGE= http://www.openbsd.org/
NO_BUILD= Yes
NO_TEST= Yes
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/markers
${INSTALL_DATA} ${FILESDIR}/OpenBSD ${PREFIX}/share/markers
where-am-i:
@echo "$$(sysctl -n hw.sensors.nmea0.angle0 | cut -d' ' -f1)\t\t$$(sysctl -n hw.sensors.nmea0.angle1 | cut -d' ' -f1)\t\t\"$$(whoami)\"\\t\t#$$(finger $$(whoami) | head -1 | cut -d\: -f3-)"
PERMIT_PACKAGE_CDROM= Yes
.include <bsd.port.mk>