blob: 58d6dee26c5962e2d1fd7003b3c847d60a4c309d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# Created by: Aleksander Fafula <alex@fafula.com>
# $FreeBSD$
PORTNAME= nokryptia
PORTVERSION= 1.3
CATEGORIES= comms
MASTER_SITES= http://tuxmobil.org/software/nokryptia/
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for fast loading mp3s into Nokia 5510
LIB_DEPENDS= libid3.so:audio/id3lib
GNU_CONFIGURE= yes
USES= tar:bzip2
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib
PLIST_FILES= bin/nokryptia man/man1/${PORTNAME}.1.gz
.include <bsd.port.mk>
|