# Ports collection Makefile for: sudosh # Date created: 10/28/2004 # Whom: cy@FreeBSD.org # # $FreeBSD$ # PORTNAME= sudosh2 PORTVERSION= 1.0.2 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= ${PORTNAME:S/_/-/} DISTNAME= ${PORTNAME}-${PORTVERSION} EXTRACT_SUFX= .tbz2 MAINTAINER= cy@FreeBSD.org COMMENT= Second version of the sudo shell CONFLICTS= sudosh-* USE_BZIP2= yes RUN_DEPENDS= sudo:${PORTSDIR}/security/sudo GNU_CONFIGURE= yes CONFIGURE_ARGS= --bindir="${PREFIX}/bin" CONFIGURE_ARGS+= --sysconfdir="${PREFIX}/etc" CONFIGURE_ARGS+= --program-transform-name='' .if defined(SUDOSH_LOGDIR) CONFIGURE_ARGS+= --with-logdir="${SUDOSH_LOGDIR}" .else CONFIGURE_ARGS+= --with-logdir=/var/log/sudosh .endif CONFIGURE_ENV= LDFLAGS="-lutil" MAN1= sudosh.1 MAN5= sudosh.conf.5 MAN8= sudosh-replay.8 .include able id='header'> cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/math/kaskade
Commit message (Expand)AuthorAgeFilesLines
* Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.rafan2008-08-211-2/+0
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-2/+2
* Mark as broken with gcc4.2 on 64-bit archs.linimon2007-10-011-1/+9
* Now we use USE_FORTRAN=yes to use FORTRAN compiler.maho2007-07-141-3/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-1/+1
* Build fix on pointyhat.maho2007-01-291-1/+1
* Fix build.maho2007-01-221-1/+1
* move gfortran stuffs in one place.maho2007-01-171-4/+5
* * forgot to commit patches.maho2007-01-173-0/+33
* * Migrate to gfortran.maho2007-01-171-0/+11
* - Add SHA256pav2005-11-251-0/+1
* Unbreak with gcc 3.4.thierry2005-08-1718-7/+453
* Fix homepage in pkg-descrhq2004-11-191-1/+1
* BROKEN on 5.x: Does not compilekris2004-09-191-1/+7
* SIZEify.trevor2004-01-301-0/+1
* . Update to 3.2.1. This also fixes the build on 5.x.glewis2003-11-1514-1446/+234
* . Welcome kaskade to the math category (with a secondary of science).glewis2003-11-081-1/+1
* BROKEN on 5.1: bad C++kris2003-05-181-0/+4
* De-pkg-comment.knu2003-02-212-1/+1
* o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1
* Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2
* Add NOPORTDOCS supportlioux2001-07-281-197/+197
* Massive style enforcement - use ^I instead of spaces for variables identation.sobomax2001-01-171-1/+1
* update with the new PORTNAME/PORTVERSION variablesmharo2000-04-091-3/+3
* * Support CXX/CXXFLAGS properlyjedgar2000-03-213-16/+22
* Replace MAINTAINER to ports@FreeBSD.org.imura2000-02-091-1/+1
* Fix compiler error in -current.imura2000-01-31