blob: 02bf52c25c8fe7e49a7ed98db74d26886caee68d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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>
|