# New ports collection makefile for: easysok # Date created: 15 May 2003 # Whom: Kirill Ponomarew # # $FreeBSD$ PORTNAME= easysok PORTVERSION= 0.3.5 PORTREVISION= 4 CATEGORIES= games kde MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} DISTNAME= ${PORTNAME}-${PORTVERSION}-kde3 MAINTAINER= ports@FreeBSD.org COMMENT= A sokoban game for KDE3 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_BZIP2= yes USE_KDELIBS_VER=3 USE_GMAKE= yes USE_AUTOTOOLS= libtool:15 .include .if ${ARCH} == "amd64" || ${ARCH} == "ia64" CFLAGS+= -fPIC .endif post-patch: @${REINPLACE_CMD} -e 's|-O2||g ; \ s|-lpthread|${PTHREAD_LIBS}|g' ${WRKSRC}/${CONFIGURE_SCRIPT} @${REINPLACE_CMD} -e \ 's|-lkdeprint|$$(LIB_KDEPRINT) $$(LIBPTHREAD)|g' \ ${WRKSRC}/src/Makefile.in .include s Git repository'/>
aboutsummaryrefslogtreecommitdiffstats
path: root/net/bmon
Commit message (Expand)AuthorAgeFilesLines
* - Chase rrdtool shlib version bump.sylvio2012-05-081-1/+1
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-241-1/+2
* - Disable alsa-lib featurepav2011-03-231-0/+1
* - Disable rrd/dbi when the respective option is toggled offpav2011-03-231-0/+4
* - Get Rid MD5 supportmiwi2011-03-201-1/+0
* - dbi.0 => dbi.1clsung2011-03-07