# New ports collection makefile for: deputy # Date created: 19 March 2007 # Whom: Kevin Lo # # $FreeBSD$ # PORTNAME= deputy PORTVERSION= 1.1 PORTREVISION= 1 CATEGORIES= devel lang MASTER_SITES= http://deputy.cs.berkeley.edu/ MAINTAINER= kevlo@FreeBSD.org COMMENT= Advanced C compiler that enforces type and memory safety BUILD_DEPENDS= ${LOCALBASE}/bin/ocamlopt:${PORTSDIR}/lang/ocaml CONFLICTS= cil-* ONLY_FOR_ARCHS= i386 amd64 USE_PERL5= yes USE_GMAKE= yes GNU_CONFIGURE= yes MAN1= deputy.1 INCFILES= annots.h checks.h LIBFILES= Cilly.pm KeptFile.pm OutputFile.pm TempFile.pm EXECFILES= deputy.asm.exe deputy.byte.exe deputy_libc.o post-patch: @${REINPLACE_CMD} -e 's:@CILHOME@/lib:${SITE_PERL}/CIL:g; s:\@CILHOME\@:${PREFIX}:g' ${WRKSRC}/cil/bin/CilConfig.pm.in @${REINPLACE_CMD} -e 's|^use KeptFile;|use CIL::KeptFile;|; s|^use OutputFile;|use CIL::OutputFile;|; s|^use TempFile;|use CIL::TempFile;|' ${WRKSRC}/cil/lib/Cilly.pm @${REINPLACE_CMD} -e 's|^use OutputFile;|use CIL::OutputFile;|' ${WRKSRC}/cil/lib/KeptFile.pm @${REINPLACE_CMD} -e 's|^use OutputFile;|use CIL::OutputFile;|' ${WRKSRC}/cil/lib/TempFile.pm @${REINPLACE_CMD} -e 's|^use Cilly;|use CIL::Cilly;|' ${WRKSRC}/lib/Deputy.pm @${REINPLACE_CMD} -e 's|$$::deputyhome|${PREFIX}|g; s|obj/$$::archos|libexec/deputy|g' ${WRKSRC}/lib/Deputy.pm do-install: ${INSTALL_SCRIPT} ${WRKSRC}/bin/deputy ${PREFIX}/bin/ ${MKDIR} ${SITE_PERL}/CIL .for f in ${LIBFILES} ${INSTALL_DATA} ${WRKSRC}/cil/lib/${f} ${SITE_PERL}/CIL/ .endfor ${INSTALL_DATA} ${WRKSRC}/cil/bin/CilConfig.pm ${SITE_PERL}/ ${INSTALL_DATA} ${WRKSRC}/lib/Deputy.pm ${SITE_PERL}/ ${MKDIR} ${PREFIX}/libexec/deputy .for f in ${EXECFILES} ${INSTALL} ${WRKSRC}/obj/${ARCH}_FREEBSD/${f} ${PREFIX}/libexec/deputy/ .endfor ${MKDIR} ${PREFIX}/include/deputy ${INSTALL_DATA} ${WRKSRC}/include/libc_patch.i ${PREFIX}/include/deputy/ .for f in ${INCFILES} ${INSTALL_DATA} ${WRKSRC}/include/deputy/${f} ${PREFIX}/include/deputy/ .endfor ${INSTALL_MAN} ${WRKSRC}/doc/deputy.1 ${MANPREFIX}/man/man1 .include el/electron4/files/ini-1.3.7 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Modify startup script to let smsd change user by itself [1]madpilot2014-06-274-16/+32
* - Add note in rc script on how to log to syslogmadpilot2014-01-302-1/+7
* - Convert to stagingmadpilot2013-10-227-58/+82
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* - Remove MAKE_JOBS_SAFE variableak2013-08-151-1/+0
* Drop support for old versions of FreeBSD from unmaintained portseadler2013-03-281-4/+0
* - Update to version 3.1.15pawel2013-03-052-14/+10
* Fix typobapt2012-09-261-1/+1
* Convert to OptionsNGbapt2012-09-261-4/+7
* Give up maintainership on comms/smstools3mm2012-08-161-1/+1
* In the rc.d scripts, change assignments to rcvar to use thedougb2012-01-141-1/+1
* - Add LICENSE knob(s)mm2011-03-231-0/+4
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* - Update to 3.1.14mm2010-10-062-5/+4
* - Fix invalid shellmm2010-09-231-30/+11
* - Update to 3.1.12mm2010-09-192-4/+4
* - Update to 3.1.11mm2010-07-073-12/+12
* - Update to 3.1.8mm2010-05-214-89/+21
* Begin the process of deprecating sysutils/rc_subr bydougb2010-03-271-1/+1
* - Use /dev/cuau0 as default COM port in FreeBSD 8 and highermm2009-12-03