ad87e9278f
host monkeybyte.org[69.16.221.13] said: 550-"The recipient cannot be verified. Please check all recipients of this 550 message to verify they are valid." (in reply to RCPT TO command)
27 lines
749 B
Makefile
27 lines
749 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/08/13 23:33:25 thomasklausner Exp $
|
|
#
|
|
|
|
DISTNAME= EiCsrc_4.3.0
|
|
PKGNAME= EiC-4.3.0
|
|
WRKSRC= ${WRKDIR}/EiC/
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://rpm.rutgers.edu/repository/solaris/SOURCES/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= C style scripting lang
|
|
|
|
USE_TOOLS+= gmake
|
|
|
|
do-configure:
|
|
cd ${WRKSRC} && config/makeconfig
|
|
|
|
do-build: do-install
|
|
|
|
do-install:
|
|
cd ${WRKSRC} && ${GMAKE} INSTALL_DIR=${PREFIX}/bin; \
|
|
${INSTALL_DATA_DIR} ${PREFIX}/EiC; cd ${WRKSRC}; ${CP} -r doc include lib main \
|
|
module test BugList.html Change.html Distribution.html LICENCE Maintenance \
|
|
${PREFIX}/EiC; ${CP} ${WRKSRC}/eic.man ${PREFIX}/${PKGMANDIR}/man1/eic.man.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|