blob: e9dfd2f7de2649910240d631d24099beeb7d4bc8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: libcdaudio
# Date created: 01 June 1999
# Whom: Thomas Gellekum <tg@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= libcdaudio
PORTVERSION= 0.99.12p2
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= novel@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>
|