mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
4ea811cf3d
Submitted by: maintainer PR Number: 12139
24 lines
464 B
Makefile
24 lines
464 B
Makefile
# New ports collection makefile for: id3ed
|
|
# Version required: 1.8
|
|
# Date created: 05 June 1999
|
|
# Whom: Chris Piazza <cpiazza@home.net>
|
|
#
|
|
# $Id: Makefile,v 1.1.1.1 1999/06/11 08:54:58 taoka Exp $
|
|
#
|
|
|
|
DISTNAME= id3ed-1.8
|
|
CATEGORIES= audio
|
|
MASTER_SITES= http://www.treefort.org/~donut/id3ed/ \
|
|
${MASTER_SITE_SUNSITE}
|
|
MASTER_SITE_SUBDIR= apps/sound/editors
|
|
|
|
|
|
MAINTAINER= cpiazza@home.net
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= id3ed.1
|
|
|
|
.include <bsd.port.mk>
|