mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
617e039e79
A client for the Internet CD Index project, a free replacement for current systems of looking up digital audio CDs on the Internet. See: http://www.cdindex.org PR: 12227 Submitted by: Marc van Woerkom <van.woerkom@netcologne.de>
19 lines
361 B
Makefile
19 lines
361 B
Makefile
# New ports collection makefile for: cdindex
|
|
# Version required: 1.1.0
|
|
# Date created: 15 June 1999
|
|
# Whom: Marc E E van Woerkom <van.woerkom@netcologne.de>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
DISTNAME= cdindex-1.1.0
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ftp://ftp.cdindex.org/pub/cdindex/
|
|
|
|
MAINTAINER= van.woerkom@netcologne.de
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|