|
Lines 5-12
Link Here
|
| 5 |
# $FreeBSD: ports/audio/libcddb/Makefile,v 1.6 2004/07/22 01:10:30 ijliao Exp $ |
5 |
# $FreeBSD: ports/audio/libcddb/Makefile,v 1.6 2004/07/22 01:10:30 ijliao Exp $ |
| 6 |
|
6 |
|
| 7 |
PORTNAME= libcddb |
7 |
PORTNAME= libcddb |
| 8 |
PORTVERSION= 0.9.5 |
8 |
PORTVERSION= 0.9.6 |
| 9 |
PORTREVISION= 0 |
|
|
| 10 |
CATEGORIES= audio |
9 |
CATEGORIES= audio |
| 11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} |
10 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} |
| 12 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
11 |
MASTER_SITE_SUBDIR= ${PORTNAME} |
|
Lines 14-20
Link Here
|
| 14 |
MAINTAINER= ahze@ahze.net |
13 |
MAINTAINER= ahze@ahze.net |
| 15 |
COMMENT= A library to access data on a CDDB server |
14 |
COMMENT= A library to access data on a CDDB server |
| 16 |
|
15 |
|
| 17 |
USE_INC_LIBTOOL_VER= 15 |
16 |
USE_LIBTOOL_VER= 15 |
| 18 |
USE_GNOME= gnometarget gnomehack pkgconfig |
17 |
USE_GNOME= gnometarget gnomehack pkgconfig |
| 19 |
INSTALLS_SHLIB= yes |
18 |
INSTALLS_SHLIB= yes |
| 20 |
|
19 |
|