2006-01-07 05:13:58 +01:00
|
|
|
# New ports collection makefile for: bitcollider
|
|
|
|
# Date created: 7 January 2006
|
2006-05-08 23:41:11 +02:00
|
|
|
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
|
2006-01-07 05:13:58 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= bitcollider
|
|
|
|
PORTVERSION= 0.6.0
|
|
|
|
CATEGORIES= deskutils multimedia
|
2006-07-31 00:46:04 +02:00
|
|
|
MASTER_SITES= SF
|
2006-01-07 05:13:58 +01:00
|
|
|
|
2006-05-08 23:41:11 +02:00
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
2006-01-07 05:13:58 +01:00
|
|
|
COMMENT= A Bitzi metadata generator
|
|
|
|
|
|
|
|
HAS_CONFIGURE= yes
|
|
|
|
CFLAGS+= -lm
|
2007-04-18 10:01:25 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-01-07 05:13:58 +01:00
|
|
|
|
2007-02-01 00:06:58 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|g' ${WRKSRC}/configure
|
|
|
|
|
2007-04-18 10:01:25 +02:00
|
|
|
.include <bsd.port.mk>
|