mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
c36ad3d129
- Convert to "magic" master sites - Various minor portlint-prodded fixes
27 lines
499 B
Makefile
27 lines
499 B
Makefile
# 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>
|