# New ports collection makefile for: tthsum # Date created: 25 Sep 2005 # Whom: Emanuel Haupt # # $FreeBSD$ # PORTNAME= tthsum PORTVERSION= 1.1.0 CATEGORIES= security MASTER_SITES= http://critical.ch/distfiles/ \ http://energy.critical.ch/distfiles/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= ehaupt MAINTAINER= ehaupt@FreeBSD.org COMMENT= A command-line utility for generating and checking TTH message digests USE_GMAKE= yes MAKE_ENV= CC="${CC}" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" PORTDOCS= Changelog.txt PLIST_FILES= bin/tthsum MAN1= tthsum.1 post-patch: @${REINPLACE_CMD} -E '/^(CC|CFLAGS)/d' \ ${WRKSRC}/Makefile @${REINPLACE_CMD} -e 's,malloc.h,stdlib.h,g' \ ${WRKSRC}/base32.c \ ${WRKSRC}/read.c \ ${WRKSRC}/utf8.c @${REINPLACE_CMD} '/stdio.h/H; /stdio\.h/{ p; s/#include /#define O_LARGEFILE 0/;}' \ ${WRKSRC}/read.c \ ${WRKSRC}/thex.c do-install: ${INSTALL_PROGRAM} ${WRKSRC}/obj-${ARCH}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1 .if !defined(NOPORTDOCS) ${MKDIR} ${DOCSDIR} ${INSTALL_DATA} ${WRKSRC}/${PORTDOCS} ${DOCSDIR} .endif .include ts-gnome/'>freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* - Remove unneeded dependency from gtk12/gtk20 [1]miwi2008-04-201-1/+1
* - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORGmiwi2008-03-261-1/+1
* - Welcome X.org 7.2 \o/.flz2007-05-201-0/+1
* - Move USE_GCC=3.4 before <bsd.port.pre.mk> to work.alepulver2007-02-051-4/+1
* - Use GCC 3.4 in FreeBSD >= 7.x instead of system compiler (4.x).alepulver2006-12-181-0/+4
* - Really fix X11BASE.alepulver2006-12-071-3/+3
* - Respect X11BASE.alepulver2006-11-251-1/+2
* - Fix building.alepulver2006-08-043-15/+54
* Mark BROKEN: does not builderwin2006-08-041-0/+2
* - Fix building (missing ':' in LIB_DEPENDS).alepulver2006-07-181-3/+1
* Mark broken: fails to compile.linimon2006-07-171-0/+2