36288cdc7a
o uncomment myself and correct my coordinates o bump version
24 lines
516 B
Makefile
24 lines
516 B
Makefile
# $OpenBSD: Makefile,v 1.22 2008/04/10 08:03:55 form Exp $
|
|
|
|
CATEGORIES= geo
|
|
COMMENT= geographic location of OpenBSD developers
|
|
|
|
DISTNAME= openbsd-developers-1.0
|
|
PKGNAME= ${DISTNAME}p19
|
|
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>
|