26 lines
454 B
Makefile
26 lines
454 B
Makefile
# $OpenBSD: Makefile,v 1.3 2013/03/21 08:45:12 ajacoutot Exp $
|
|
|
|
COMMENT = cue sheet parser library
|
|
|
|
DISTNAME = libcue-1.4.0
|
|
CATEGORIES = audio
|
|
|
|
HOMEPAGE = http://libcue.sourceforge.net/
|
|
|
|
SHARED_LIBS = cue 0.0 # 1.4
|
|
|
|
MAINTAINER= Alexandr Shadchin <shadchin@openbsd.org>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM = Yes
|
|
|
|
MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=libcue/}
|
|
EXTRACT_SUFX = .tar.bz2
|
|
|
|
|
|
CONFIGURE_STYLE = gnu
|
|
|
|
NO_TEST = Yes
|
|
|
|
.include <bsd.port.mk>
|