blob: 6020fb82d8343493b1da70690b29e68f152810fe (
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
25
26
|
# 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
MAINTAINER= infofarmer@FreeBSD.org
COMMENT= A Bitzi metadata generator
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 500000
BROKEN= Does not compile on FreeBSD 4.x
.endif
HAS_CONFIGURE= yes
CFLAGS+= -lm
INSTALLS_SHLIB= yes
.include <bsd.port.post.mk>
|