openbsd-ports/geo/openbsd-developers/Makefile
guenther 21afc1578a add myself
ok kurt@
2008-07-22 17:44:04 +00:00

24 lines
520 B
Makefile

# $OpenBSD: Makefile,v 1.27 2008/07/22 17:44:04 guenther Exp $
CATEGORIES= geo
COMMENT= geographic location of OpenBSD developers
DISTNAME= openbsd-developers-1.0
PKGNAME= ${DISTNAME}p24
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
PERMIT_DISTFILES_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_PACKAGE_CDROM= Yes
.include <bsd.port.mk>