6d744e3138
libraries and using the config wrappers. Simplify the buildlink.mk inclusion by just including windowmaker/buildlink.mk instead of all the graphics libraries' buildlink.mk, and including wsoundserver/buildlink.mk instead of including libaudiofile/buildlink.mk directly.
18 lines
507 B
Makefile
18 lines
507 B
Makefile
# $NetBSD: Makefile,v 1.9 2001/07/24 11:04:20 jlam Exp $
|
|
|
|
DISTNAME= WSoundPrefs-1.1.1
|
|
PKGNAME= wsoundprefs-1.1.1
|
|
CATEGORIES= audio wm
|
|
MASTER_SITES= ftp://shadowmere.student.utwente.nl/pub/WindowMaker/
|
|
|
|
MAINTAINER= jlam@netbsd.org
|
|
HOMEPAGE= http://shadowmere.student.utwente.nl/
|
|
COMMENT= WSoundServer configuration utility
|
|
|
|
USE_BUILDLINK_ONLY= YES
|
|
USE_X11BASE= YES
|
|
USE_IMAKE= YES
|
|
|
|
.include "../../audio/wsoundserver/buildlink.mk"
|
|
.include "../../wm/windowmaker/buildlink.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|