# $FreeWRT$ #- # This file is part of the FreeWRT project. FreeWRT is copyrighted # material, please see the LICENCE file in the top-level directory # or at http://www.freewrt.org/licence for details. include ${TOPDIR}/rules.mk PKG_NAME= ed PKG_VERSION= 20091122 PKG_RELEASE= 1 PKG_MD5SUM= 22f6db07fc396d1665af32386b2a0305 MASTER_SITES= ${MASTER_SITE_MIRBSD:distfiles/=dist/mir/ed/} WRKDIST= ${WRKDIR}/${PKG_NAME} include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,ED,ed,${PKG_VERSION}-${PKG_RELEASE},${ARCH})) CONFIGURE_STYLE= bsd BUILD_STYLE= bsd INSTALL_STYLE= bsd XAKE_FLAGS+= BINDIR=/bin post-install: cd ${WRKINST} && ${PCP} bin/ed ${IDIR_ED}/ include ${TOPDIR}/mk/pkg-bottom.mk