mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-17 00:00:40 +00:00
bbed9774f9
Also some minor nits (extra fluff in all of my ports' DESCR files, USE_XLIB defined when USE_X_PREFIX is also defined, etc).
23 lines
465 B
Makefile
23 lines
465 B
Makefile
# New ports collection makefile for: id3ed
|
|
# Version required: 1.8
|
|
# Date created: 05 June 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $Id: Makefile,v 1.2 1999/06/12 05:56:13 mharo 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@FreeBSD.org
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
MAN1= id3ed.1
|
|
|
|
.include <bsd.port.mk>
|