mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-27 10:03:20 +00:00
6f6fbe4bdf
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead PR: 157936 Submitted by: myself Exp-runs by: pav Approved by: pav
28 lines
605 B
Makefile
28 lines
605 B
Makefile
# New ports collection makefile for: nokryptia
|
|
# Date created: 1 July 2004
|
|
# Whom: 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= A tool for fast loading mp3s into Nokia 5510
|
|
|
|
LIB_DEPENDS= id3-3.8.3:${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>
|