mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
a6fa6ac3e9
The site in the PR turned out to be a Sunsite mirror, so use Sunsite. PR: 27521 Submitted by: Jeff Palmer <scorpio@drkshdw.org>
21 lines
443 B
Makefile
21 lines
443 B
Makefile
# New ports collection makefile for: libcdaudio
|
|
# Date created: 01 June 1999
|
|
# Whom: Thomas Gellekum <tg@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libcdaudio
|
|
PORTVERSION= 0.99.4
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SUNSITE} \
|
|
http://cdcd.undergrid.net/libcdaudio/source_archive/
|
|
MASTER_SITE_SUBDIR= distributions/gentoo/gentoo-sources/ .
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
USE_LIBTOOL= yes
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|