# New ports collection makefile for: dnsmasq # Date created: 1 June 2003 # Whom: Steven Honson # # $FreeBSD$ # PORTNAME= dnsmasq PORTVERSION= 2.52 PORTEPOCH= 1 CATEGORIES= dns ipv6 MASTER_SITES= http://www.thekelleys.org.uk/dnsmasq/ \ http://homepages.uni-paderborn.de/mandree/ MAINTAINER= mandree@FreeBSD.org COMMENT= Lightweight DNS forwarder, DHCP and TFTP server MAN8= dnsmasq.8 PORTDOCS= CHANGELOG CHANGELOG.archive FAQ doc.html setup.html RC_SCRIPTS_SUB= PREFIX=${PREFIX} RC_SUBR=${RC_SUBR} SUB_FILES= pkg-message MAKE_JOBS_SAFE= yes MAKE_ENV= LIBS="${LDFLAGS}" RPM_OPT_FLAGS="${CPPFLAGS}" COPTS="${CFLAGS}" MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" PREFIX="${PREFIX}" OPTIONS= IPV6 "IPv6 support" on OPTIONS+= DBUS "DBUS support" off OPTIONS+= NLS "NLS and IDN support" on # unfortunately, NLS and IDN are inseparable in dnsmasq 2.51rc1, this # has been reported to Simon Kelley on 2009-10-01 by the port maintainer. .include .if defined(WITHOUT_IPV6) CFLAGS+= -DNO_IPV6 .endif .if !defined(WITHOUT_NLS) BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config LIB_DEPENDS+= idn:${PORTSDIR}/dns/libidn PLIST_SUB+= NLS="" ALL_TARGET= all-i18n USE_GETTEXT= yes USE_GMAKE= yes .else PLIST_SUB+= NLS="@comment " .endif .if defined(WITH_DBUS) LIB_DEPENDS+= dbus-1:${PORTSDIR}/devel/dbus BUILD_DEPENDS= pkg-config:${PORTSDIR}/devel/pkg-config CFLAGS+= -DHAVE_DBUS .if ${OSVERSION} < 700000 LDFLAGS+= ${PTHREAD_LIBS} .endif .endif USE_RC_SUBR= dnsmasq.sh do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/dnsmasq ${PREFIX}/sbin ${INSTALL_DATA} ${WRKSRC}/dnsmasq.conf.example ${PREFIX}/etc ${INSTALL_MAN} ${WRKSRC}/man/${PORTNAME}.8 ${PREFIX}/man/man8 .if !defined(NOPORTDOCS) @${MKDIR} ${DOCSDIR} cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${DOCSDIR} .endif .if !defined(WITHOUT_NLS) .for i in de es fi fr id it no pl pt_BR ro ${MKDIR} ${PREFIX}/share/locale/${i}/LC_MESSAGES ${INSTALL_DATA} ${WRKSRC}/src/${i}.mo \ ${PREFIX}/share/locale/${i}/LC_MESSAGES/${PORTNAME}.mo .endfor .endif ${MKDIR} ${EXAMPLESDIR}/dynamic-dnsmasq ${EXAMPLESDIR}/dnslist ${INSTALL_SCRIPT} ${WRKSRC}/contrib/dynamic-dnsmasq/dynamic-dnsmasq.pl ${EXAMPLESDIR}/dynamic-dnsmasq/ ${INSTALL_SCRIPT} ${WRKSRC}/contrib/dnslist/dnslist.pl ${EXAMPLESDIR}/dnslist/ ${INSTALL_DATA} ${WRKSRC}/contrib/dnslist/dhcp.css ${EXAMPLESDIR}/dnslist/ ${INSTALL_DATA} ${WRKSRC}/contrib/dnslist/dnslist.tt2 ${EXAMPLESDIR}/dnslist/ if [ ! -f ${PREFIX}/etc/dnsmasq.conf ]; then \ ${CP} -p ${PREFIX}/etc/dnsmasq.conf.example ${PREFIX}/etc/dnsmasq.conf; \ fi @${CAT} ${PKGMESSAGE} .include 4/files/minimist-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/games
Commit message (Expand)AuthorAgeFilesLines
* Switch to wxgtk2.fjoe2003-11-102-6/+6
* - Update to version 0.4.2krion2003-11-103-4/+3
* wxgtk-devel -> wxgtkfjoe2003-11-103-5/+6
* Remove extra character from BROKEN assignment.olgeni2003-11-091-1/+1
* don't build bundled libintl.sf2003-11-091-0/+1
* Update Maria-sama ga Miteru to 0.60.nork2003-11-083-2/+29
* As announced on Aug 7, remove the broken xpuyo portkris2003-11-087-170/+0
* As announced on Aug 7, remove the broken rollemup portkris2003-11-088-116/+0
* Chase distfile. Author changed from .tar.bz2 to .gz, but the contentsadamw2003-11-082-2/+2
* Rename PORTDOCS to MYPORTDOCS to avoid a conflict with the recently addedmarcus2003-11-071-2/+2
* Update to 0.18.3.adamw2003-11-074-57/+19
* Update to 0.25.12adamw2003-11-074-58/+19
* Use -lGLU -lGL instead of -lMesaGLU -lMesaGLanholt2003-11-072-3/+5
* Bump PORTREVISION, missed in last commit.anholt2003-11-071-0/+1
* Use -lGL -lGLU instead of -lMesaGL -lMesaGLU.anholt2003-11-072-14/+3
* Use -lGL -lGLU instead of -lMesaGL -lMesaGLU. (not really tested -- coredumpsanholt2003-11-071-2/+2
* - Fix build on -currentkrion2003-11-073-13/+34
* Update ports/games/asc to 1.13.8.0jeh2003-11-062-4/+3
* Remove BROKEN tag, add info documentation and fix the plist.tg2003-11-062-3/+12
* I should use ${PATCHDIR} for extra patches not ${FILESDIR}bland2003-11-061-1/+1
* Add monster-masher 1.4, gnomemm puzzle game where you have to cleanbland2003-11-068-0/+200
* - Update to version 0.1.1krion2003-11-0510-104/+127
* Chase wxgtk library name (and version) change.fjoe2003-11-053-3/+3
* Really delete the mastersite.linimon2003-11-041-1/+1
* Per distfile survey, reset mastersite that disappeared in December 2002.linimon2003-11-042-2/+1
* Per distfile survey, track reorganized mastersite.linimon2003-11-041-1/+1
* Add cgoban2 2.5.3, internet Go Server client and game editor.obraun2003-11-045-0/+47
* - Fix build on -currentkrion2003-11-0426-26/+317
* - Fix build on -currentkrion2003-11-042-8/+44
* Fix build, remove BROKEN, bump PORTREVISION.fjoe2003-11-044-4/+24
* Mark as broken because it does not seem to compile (see bento logs).linimon2003-11-032-0/+4
* Mark as broken due to connection refused when attempting to contactlinimon2003-11-031-0/+2
* Mark BROKEN (see bento logs). These ports are scheduled for removalkris2003-11-037-0/+14
* Reset maintainer on ports maintained by the following non-ports committers,kris2003-11-031-1/+1
* Reset maintainer on ports owned by the following committers who havekris2003-11-0320-20/+20
* Reset maintainer of ports owned by inactive committers who were just retired.kris2003-11-031-1/+1
* ports with possibly unreachable MAINTAINERsedwin2003-11-024-4/+4
* ports with possibly unreachable MAINTAINERsedwin2003-11-025-5/+5
* - Chase dependency for new devel/clanlib versionkrion2003-11-011-1/+2
* Per distfile survey, remove mastersite that disappeared in 2001.linimon2003-11-011-2/+1
* Per distfile survey, note that mastersite disappeared in November 2002.linimon2003-11-011-1/+2
* Per distfile survey, remove mastersite that disappeared in 2000.linimon2003-11-011-2/+1
* - Rename bin/quake2 to bin/q2f because it conflicts withkrion2003-10-313-2/+7
* Per distfile survey, remove mastersite that disappeared in January 2002.linimon2003-10-311-1/+2
* Per distfile survey, remove mastersite that disappeared in (ready forlinimon2003-10-311-1/+1
* Per distfile survey, remove mastersite which disappeared in January 2002.linimon2003-10-311-1/+2
* Per distfile survey, no longer carried on tucows mirrors since June 2001.linimon2003-10-311-1/+1
* Former mastersite is now occupied by domain squatters. Insert yourlinimon2003-10-311-2/+0
* Per distfile survey, update missing mastersite. Remove some spaces.linimon2003-10-311-2/+2
* Per distfile survey, remove mastersite that disappeared in February 2002.linimon2003-10-312-3/+2
* Per distfile survey, remove mastersite that disappeared in December 2002.linimon2003-10-312-3/+1
* Per mastersite survery, remove mastersite that disappeared in December 2000.linimon2003-10-312-3/+2
* introduce MASTER_SITE_GNU_ALPHAijliao2003-10-311-1/+2
* fix build on -currentijliao2003-10-301-1/+3
* - Update to 1.3.2krion2003-10-303-2/+6
* Update to 2.4.1.1.marcus2003-10-294-4/+4
* - Bump PORTREVISION missed by my last commitkrion2003-10-292-0/+2
* - Chase libraries for new sdl_gfx versionkrion2003-10-292-2/+2
* Add neverputt.adamw2003-10-287-0/+231
* Add neverball.adamw2003-10-287-0/+321
* Update to use tk84.tobez2003-10-281-4/+5
* Fix build on -CURRENT.fjoe2003-10-286-11/+155
* Update to 1.5.9.petef2003-10-272-3/+2
* Minor change: Remove a redundant warning and fix a typo.tom2003-10-271-4/+1
* . Fix build with gcc33. The patch used is different than the one in theglewis2003-10-262-7/+22
* - Fix build on -currentkrion2003-10-254-30/+82
* Mark as broken on 5.x due to the gcc3.3 upgrade.linimon2003-10-251-1/+7
* Mark broken on 5.x due to the usual gcc3.3 reasons.linimon2003-10-251-0/+4
* - Chase libraries because of new audio/sdl_sound versionkrion2003-10-251-1/+2
* The error from gzip seems harmless. I don't know where the distfiletrevor2003-10-241-2/+2
* utilize SITE_PERLijliao2003-10-243-27/+27
* Add senken, an SDL based simcity clone.arved2003-10-245-0/+140
* Temporarily disable building on sparc64 and alpha due to internalroam2003-10-241-0/+2
* Update to 0.7.5arved2003-10-243-16/+19
* Fix build on -CURRENTarved2003-10-241-0/+11
* - Add missing dependencykrion2003-10-231-1/+3
* 1. upgrade to 1.0.1ijliao2003-10-233-153/+156
* - Don't use internal libintlkrion2003-10-222-5/+7
* - Update to 4.2.12krion2003-10-229-123/+97
* - Fix build on -current, unbreak this portkrion2003-10-215-8/+32
* Mark broken on 4.x and drop Maintainership, because I obviously don't carearved2003-10-211-4/+2
* Add briquolo 0.4.1, breakout clone with an OpenGL 3D representation.krion2003-10-206-0/+139
* - Update to version 0.3.7krion2003-10-193-7/+8
* - Layout for GnuSTEP 1.8.0dinoex2003-10-192-10/+2
* Respect CC and CFLAGSkris2003-10-191-3/+8
* - Get the translations installed (Make configure able to detectoliver2003-10-192-2/+19
* Switch to tk8.4 and bump PORTREVISIONkris2003-10-191-3/+4
* - Fix build on -currentkrion2003-10-195-43/+57
* Mark broken on 5.x.linimon2003-10-181-1/+7
* Add missing dependency on libgnomeuiadamw2003-10-171-1/+1
* Remove the deprecated -fprermissive flag from CPPFLAGS as this breaks themarcus2003-10-171-2/+2
* Fix checksum error, bump PORTREVISION. According to the author:linimon2003-10-172-1/+2
* - Fix build on -currentkrion2003-10-173-79/+85
* The description implied that we didn't need help tracking downadamw2003-10-161-1/+3
* Before committing the previous BROKEN changes I carefully checked the statuskris2003-10-163-21/+3
* BROKEN on 5.x: does not compilekris2003-10-168-8/+56
* BROKEN on 5.x: does not compilekris2003-10-163-3/+21
* BROKEN on 5.x: does not compilekris2003-10-161-1/+7
* - Fix build on -currentkrion2003-10-151-2/+32
* - Fix build on -currentkrion2003-10-151-0/+4
* Fix nethack-qt with Qt3.2.arved2003-10-142-1/+15
* Upgrade to 1.4.tg2003-10-146-250/+65
* update games/ltris: 1.0.4 -> 1.0.5daichi2003-10-142-2/+2
* Upgrade to version 0.81.edwin2003-10-144-37/+48
* Add kpictorial, a logic game for KDEarved2003-10-145-0/+47
* - Update MASTER_SITES and WWW: linekrion2003-10-122-2/+2
* - Update to version 1.1.2krion2003-10-122-2/+2
* says bento, "svgalib-1.4.3 is only for i386"trevor2003-10-121-0/+1
* Let the dir include/gdkcardimage/ be handled by misc/gnomehier.adamw2003-10-122-2/+0
* Update to 2.4.1, and add some dirs to the pkg-plist that it looks likeadamw2003-10-126-4/+144
* gnomegames2 conflicts with games/sol.marcus2003-10-112-0/+4
* gcompris and gcompris2 conflict with each other.marcus2003-10-112-0/+4
* * Fix Typo and spacing in Makefilekrion2003-10-113-19/+77
* - Update to version 1.6krion2003-10-112-3/+9
* New port: emacs-chess, a chessboard for emacs (>=21)edwin2003-10-10