# New ports collection makefile for: dhid # Date created: Sat Aug 21 06:13:59 EDT 1999 # Whom: Oryx Gazella # # $FreeBSD$ # PORTNAME= dhid PORTVERSION= 3.1 CATEGORIES= net MASTER_SITES= ftp://ftp.dhis.org/pub/dhis/ MAINTAINER= oryx@ungulate.net MAN8= dhid.8 post-patch: @${ECHO} "===> Patching dhid.h" ${PERL} -i -p -e "s^__PREFIX__^${PREFIX}^g" ${WRKSRC}/dhid.h do-install: ${INSTALL_PROGRAM} ${WRKSRC}/dhid ${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/dhid.8 ${PREFIX}/man/man8 ${INSTALL} ${COPY} -o root -g wheel -m 600 ${WRKSRC}/dhid.conf ${PREFIX}/etc/dhid.conf.sample post-install: @if [ ! -f ${PREFIX}/etc/rc.d/dhid.sh ]; then \ ${ECHO} "===> Installing ${PREFIX}/etc/rc.d/dhid.sh startup file."; \ ${ECHO} "#!/bin/sh" > ${PREFIX}/etc/rc.d/dhid.sh; \ ${ECHO} "[ -x \"${PREFIX}/sbin/dhid\" -a -f \"${PREFIX}/etc/dhid.conf\" ] && ${PREFIX}/sbin/dhid > /dev/null && ${ECHO} -n ' dhid'" >> ${PREFIX}/etc/rc.d/dhid.sh; \ ${CHMOD} 751 ${PREFIX}/etc/rc.d/dhid.sh; \ fi; @${ECHO} "--------------------------------------------------------------------------" @${ECHO} "Before dhid can run, you will need to register with a DHIS provider." @${ECHO} "See http://www.dhis.org/dhis/services/ for a list of providers." @${ECHO} "Enter the DHIS account information into the ${PREFIX}/etc/dhid.conf file." @${ECHO} "--------------------------------------------------------------------------" .include FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 3.0.5.marcus2003-06-113-6/+5
* Update to 3.0.4.marcus2003-06-013-5/+4
* Add a missing dependency on gail.marcus2003-05-081-1/+2
* Add gtkhtml3 after a repo copy from gtkhtml. GtkHTML-3 is an HTMLmarcus2003-05-0713-313/+273
* * Update to 1.1.10marcus2003-04-054-45/+43
* Clear moonlight beckons.ade2003-03-072-1/+1
* Update to 1.1.8.marcus2003-02-083-39/+2
* Update to 1.1.7.marcus2003-01-202-4/+3
* Fix a bug where text copied from Mozilla or Galeon could not be pastedmarcus2002-12-252-1/+38
* Fix a typo that could result in ports depending on gtkhtml not to build.marcus2002-12-022-1/+2
* Make soup optional in gtkhtml. In doing this, we have to make sure soup ismarcus2002-11-231-3/+8
* Update to 1.1.6.marcus2002-11-128-232/+223
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
* Chase pspell so version, and note that libpspell is now installed bymarcus2002-09-041-1/+2
* s/ghttp/libghttp/marcus2002-07-141-1/+1
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-121-11/+5
* Add USE_REINPLACE where appropriate.sobomax2002-06-191-0/+1
* - Update to 1.0.4;sobomax2002-06-163-11/+11
* Update to 1.0.3.sobomax2002-06-102-3/+2
* - Move misc documentation into share/doc where it belongs;sobomax2002-05-02