blob: 2e9b245a7fe982eb8e74976822dcc0181c38d9c2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: napster
# Date created: 21.07.2004
# Whom: Roman Y. Bogdanov <sam@brj.pp.ru>
#
# $FreeBSD$
#
PORTNAME= nap
CATEGORIES= russian
MAINTAINER= sam@brj.pp.ru
COMMENT= Client for the OpenNAP network with koi8 <> win1251 encoding patch
MASTERDIR= ${.CURDIR}/../../audio/napster
CONFLICTS= nap-[0-9]*
WITH_ENCODING_PATCH= yes
pre-configure:
@${PATCH} ${PATCH_ARGS} < ${.CURDIR}/files/extra-win2koi
.include "${MASTERDIR}/Makefile"
|