1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/misc/instant-server/Makefile
Maxim Sobolev 885fd10c81 This time try harder to fix *all* incorrect RUN_DEPENDS:
1. A user (bento for example) may not have ${LOCALBASE}/sbin in his PATH, so
   use explicit path to the dependency instead of just executable name;
2. isc-dhcp3 port installs executable called dhcpd, not isc-dhcp3;
3. samba port installs executable called smbd, not samba;
4. cnews port installs executable called cnewsdo, not cnews;
5. apache13 port installs executable called httpd, not apache13;
6. squid23 port installs executable called squid, not squid23.

Submitted by:	bento
2001-03-20 10:19:47 +00:00

36 lines
904 B
Makefile

# New ports collection makefile for: instant-server
# Date created: 12 February 2001
# Whom: grog
#
# $FreeBSD$
#
PORTNAME= instant-server
PORTVERSION= 1.0
CATEGORIES= misc
MASTER_SITES= ftp://ftp.lemis.com/pub/
MASTER_SITE_SUBDIR= pub/instant-server
MAINTAINER= grog@lemis.com
RUN_DEPENDS= ${LOCALBASE}/sbin/postfix:${PORTSDIR}/mail/postfix \
${LOCALBASE}/sbin/cvsupd:${PORTSDIR}/net/cvsupd-bin \
${LOCALBASE}/sbin/dhcpd:${PORTSDIR}/net/isc-dhcp3 \
${LOCALBASE}/sbin/smbd:${PORTSDIR}/net/samba \
${LOCALBASE}/sbin/traceroute:${PORTSDIR}/net/traceroute \
cnewsdo:${PORTSDIR}/news/cnews \
${LOCALBASE}/sbin/httpd:${PORTSDIR}/www/apache13 \
${LOCALBASE}/sbin/squid:${PORTSDIR}/www/squid23
# Don't let stupid programs ask for configuration.
BATCH= YES
NO_WRKSUBDIR= YES
# comms/hylafax irc/ircd-hybrid
postinstall:
cd ${PORTSDIR}/mail/postfix; make replace
.include <bsd.port.mk>