openbsd-ports/geo/openbsd-developers/Makefile

27 lines
710 B
Makefile
Raw Normal View History

2010-09-21 18:26:32 -04:00
# $OpenBSD: Makefile,v 1.65 2010/09/21 22:26:32 joshe Exp $
CATEGORIES= geo
2007-09-15 17:02:37 -04:00
COMMENT= geographic location of OpenBSD developers
DISTNAME= openbsd-developers-1.0
2010-09-21 18:26:32 -04:00
REVISION= 61
DISTFILES=
HOMEPAGE= http://www.openbsd.org/
NO_BUILD= Yes
NO_REGRESS= 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_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
.include <bsd.port.mk>