aboutsummaryrefslogtreecommitdiffstats
path: root/audio/id3ed/Makefile
blob: 80989073b698cfbc7ac1124f4e776cf9300c2e30 (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:    id3ed
# Version required: 1.10
# Date created:     05 June 1999
# Whom:         Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#

DISTNAME=   id3ed-1.10
CATEGORIES= audio
MASTER_SITES=   http://www.azstarnet.com/~donut/id3ed/ \
        http://www.treefort.org/~donut/id3ed/ \
        ${MASTER_SITE_SUNSITE}
MASTER_SITE_SUBDIR= apps/sound/editors

MAINTAINER= cpiazza@FreeBSD.org

GNU_CONFIGURE=  yes
USE_GMAKE=  yes

MAN1=       id3ed.1

.include <bsd.port.mk>