blob: dd92b575706e999f81b20b42fe41bc66c1177cc3 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: bitcollider
# Date created: 7 January 2006
# Whom: Andrew Pantyukhin <infofarmer@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= bitcollider
PORTVERSION= 0.6.0
CATEGORIES= deskutils multimedia
MASTER_SITES= SF/${PORTNAME}/Bitcollider/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= A Bitzi metadata generator
HAS_CONFIGURE= yes
CFLAGS+= -lm
CONFIGURE_ARGS+= --prefix=${PREFIX}
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e '/objformat=/s|=.*|=elf|g' ${WRKSRC}/configure
.include <bsd.port.mk>
|