1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/audio/cd-discid/Makefile
Ying-Chieh Liao e4433c0582 add cd-discid 0.7
Backend utility to retrieve CDDB discid information

PR:		41139
Submitted by:	Munish Chopra <mchopra@engmail.uwaterloo.ca>
2002-07-30 06:01:35 +00:00

28 lines
615 B
Makefile

# New ports collection makefile for: cd-discid
# Date created: July 29, 2002
# Whom: Munish Chopra <mchopra@engmail.uwaterloo.ca>
#
# $FreeBSD$
#
PORTNAME= cd-discid
PORTVERSION= 0.7
CATEGORIES= audio
MASTER_SITES= http://frantica.lly.org/~rcw/cd-discid/
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= mchopra@engmail.uwaterloo.ca
WRKSRC= ${WRKDIR}/${PKGNAME}
MAN1= cd-discid.1
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} -o cd-discid cd-discid.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cd-discid ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/cd-discid.1 ${MANPREFIX}/man/man1
.include <bsd.port.mk>