# New ports collection makefile for: edonkey recovermet tool # Date created: Wed Feb 20 18:03:49 BRT 2002 # Whom: Mario Sergio Fujikawa Ferreira # # $FreeBSD$ # PORTNAME= edonkey PORTVERSION= 0.0.2 CATEGORIES= misc linux MASTER_SITES= http://users.aber.ac.uk/tpm01/ed2k_tools/ PKGNAMEPREFIX= linux- PKGNAMESUFFIX= -tool-recovermet DISTNAME= ed2k_recovermet EXTRACT_SUFX= .gz EXTRACT_ONLY= MAINTAINER= lioux@FreeBSD.org COMMENT= Tool that tries to re-create x.part.met files compromised due to crash ONLY_FOR_ARCHS= i386 USE_LINUX= yes USE_SIZE= yes NO_WRKSUBDIR= yes NO_BUILD= yes PLIST_FILES= bin/edonkey-tool-recovermet STRIP= STRIP_CMD= ${LINUXBASE}/usr/bin/strip .if exists(/usr/bin/brandelf) BRANDELF?= /usr/bin/brandelf .else BRANDELF?= brandelf .endif BINARY_NAME= ${PORTNAME}${PKGNAMESUFFIX} post-extract: @${GZCAT} ${DISTDIR}/${DISTNAME}${EXTRACT_SUFX} > ${WRKSRC}/${BINARY_NAME} do-install: @${INSTALL_PROGRAM} ${WRKSRC}/${BINARY_NAME} ${PREFIX}/bin .include pre-install: .if exists(${STRIP_CMD}) @${STRIP_CMD} ${WRKSRC}/${BINARY_NAME} .endif @${BRANDELF} -t Linux ${WRKSRC}/${BINARY_NAME} .include bsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup patches, a* categories.mat2016-07-274-17/+17
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Support stagebapt2013-12-271-2/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-201-0/+1
| | | | audio)
* Convert audio from USE_GMAKE to USES=gmakebapt2013-08-311-6/+2
| | | | | | | | While here: - Trim headers - Convert some USE_GNOME=pkgconfig to USES=pkgconfig - Add some missing pkgconf dependencies - Convert some USE_GNOME=gnomehack to USES=pathfix
* - fix looking up the host name addresses on 64 bits platformsitetcu2012-08-123-3/+24
| | | | | | | | | | (use in_addr_t instead of long and check it against INADDR_NONE) - adjust MASTERSITES and WWW Please note that the project is dead upstream. PR: 165481 Submitted by: Howard Goldstein