24 lines
461 B
Makefile
24 lines
461 B
Makefile
# $OpenBSD: Makefile,v 1.9 2002/09/17 14:35:03 wilfried Exp $
|
|
|
|
COMMENT= 'multi-platform CD-Player library'
|
|
|
|
DISTNAME= libworkman-1999-06-20
|
|
PKGNAME= libworkman-1.4
|
|
CATEGORIES= audio
|
|
|
|
MAINTAINER= Peter Stromberg <wilfried@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
CONFIGURE_STYLE= imake
|
|
|
|
WRKDIST= ${WRKDIR}/libworkman
|
|
|
|
.include <bsd.port.mk>
|