1da80e9fe6
where no distfiles can be found and are not used bye maintained ports
37 lines
839 B
Makefile
37 lines
839 B
Makefile
# New ports collection makefile for: jaffm
|
|
# Date Created: 2006-04-27
|
|
# Whom: Shaun Amott <shaun@inerd.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jaffm
|
|
PORTVERSION= 1.4
|
|
PORTREVISION= 7
|
|
CATEGORIES= x11-fm
|
|
MASTER_SITES= http://binary.is/download/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A lightweight file manager inspired by MacOS Finder
|
|
|
|
DEPRECATED= Upstream disapear and distfile is no more available
|
|
EXPIRATION_DATE= 2011-05-01
|
|
|
|
USE_BZIP2= yes
|
|
USE_WX= 2.4-2.6
|
|
ALL_TARGET= ${PORTNAME}
|
|
|
|
PLIST_FILES= bin/${PORTNAME}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's#^PREFIX=.*#PREFIX=${PREFIX}#' \
|
|
-e 's#$$(shell wx-config \(.*\))#`${WX_CONFIG} \1`#' \
|
|
-e 's#^FLAGS=-ggdb#FLAGS=${CFLAGS}#' \
|
|
${WRKSRC}/Makefile
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
|
|
.include <bsd.port.post.mk>
|