1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/comms/nokryptia/Makefile
Mathieu Arnold 7f4572eae4 Remove ${PORTSDIR}/ from dependencies, Mk and categories a, b, and c.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 13:29:15 +00:00

23 lines
505 B
Makefile

# 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= 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>