summaryrefslogtreecommitdiff
path: root/comms/nokryptia/Makefile
blob: 44b54023f6fdaed96c98c361440882f40c4b2935 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Created by: Aleksander Fafula <alex@fafula.com>
# $FreeBSD$

PORTNAME=	nokryptia
PORTVERSION=	1.3
CATEGORIES=	comms
MASTER_SITES=	http://tuxmobil.org/software/nokryptia/ \
		http://www.bsdguru.org/distfiles/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Tool for fast loading mp3s into Nokia 5510

LIB_DEPENDS=	id3-3.8:${PORTSDIR}/audio/id3lib

GNU_CONFIGURE=	yes
USE_BZIP2=	yes
CONFIGURE_ENV=	LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+=	-I${LOCALBASE}/include

MAN1=		nokryptia.1
PLIST_FILES=	bin/nokryptia

.include <bsd.port.mk>