1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/audio/discid/Makefile
Edwin Groothuis 632f5e9709 port for audio/discid
A C Program to Compute CDDB discids on Linux and FreeBSD

PR:		ports/38751
Submitted by:	Oliver Breuninger <ob@breuninger.org>
2003-04-06 01:10:47 +00:00

22 lines
487 B
Makefile

# New ports collection makefile for: discid 1.3
# Date created: May 27, 2002
# Whom: Oliver Breuninger <ob@breuninger.org>
#
# $FreeBSD$
PORTNAME= discid
PORTVERSION= 1.3
CATEGORIES= audio
MASTER_SITES= http://family.zawodny.com/~jzawodn/c/discid/ \
http://www.breuninger.org/files/distfiles/
DISTNAME= ${PORTNAME}-freebsd-${PORTVERSION}
MAINTAINER= ob@breuninger.org
COMMENT= Identify audio cd in your drive
WRKSRC= ${WRKDIR}/freebsd
MAKE_ARGS= discid
.include <bsd.port.mk>