# New ports collection makefile for: ipa_ipfw # Date created: 27 December 2005 # Whom: Andrey Simonenko # # $FreeBSD$ # PORTNAME= ipa_ipfw PORTVERSION= 1.0.1 CATEGORIES= net MASTER_SITES= http://ipa-system.sourceforge.net/modules/ipa_ipfw/ MAINTAINER= simon@comsys.ntu-kpi.kiev.ua COMMENT= IPA accounting module for FreeBSD IP Firewall NO_PACKAGE= Needs to be built uniquely for each host USE_BZIP2= yes OPTIONS= PTHREAD "Build pthread safe module" off \ DEBUG_INFO "Produce debugging info" off \ IPFW2 "Enable IPFW2 support (on FreeBSD < 5.x)" off \ MAN_KOI8_R "Install Russian manual pages" off .include .if defined(WITH_PTHREAD) MAKE_ENV+= WITH_PTHREAD=yes CFLAGS+= ${PTHREAD_CFLAGS} .endif .if !defined(WITH_DEBUG_INFO) MAKE_ENV+= DEBUG_FLAGS="" .endif BUILD_DEPENDS+= ${PREFIX}/include/ipa_mod.h:${PORTSDIR}/sysutils/ipa PLIST_FILES= lib/ipa_ipfw.so MANCOMPRESSED= yes MAN8= ipa_ipfw.8 MANLANG= "" .if defined(WITH_MAN_KOI8_R) MANLANG+= ru.KOI8-R .endif do-install: cd ${WRKSRC} && ${MAKE} install .if defined(WITH_MAN_KOI8_R) cd ${WRKSRC}/man && ${MAKE} LANG_DIR_SRC=ru.KOI8-R clean all install .endif .include
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
g/devel/cxxtools?id=406067c9f722d9a668862ec9d31747253bab4951'>cxxtools
Commit message (Expand)AuthorAgeFilesLines
Commit message (Expand)AuthorAgeFilesLines
* Simplify architecture tests for 64-bit. Listing each ARCH is fragile; e.g.,linimon2019-07-121-3/+3
* devel/cxxtools: unbreak with libc++ 6.0jbeich2018-04-27