mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
b75d05b9cf
PR: ports/73332 Submitted by: Roman Bogorodskiy <bogorodskiy@inbox.ru> Approved by: pav (co mentor)
22 lines
450 B
Makefile
22 lines
450 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.12
|
|
CATEGORIES= audio
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A library for playing audio CDs
|
|
|
|
USE_GNOME= gnomehack gnometarget pkgconfig
|
|
USE_LIBTOOL_VER=15
|
|
INSTALLS_SHLIB= yes
|
|
|
|
.include <bsd.port.mk>
|