openbsd-ports/audio/knapster/Makefile
espie 39c49b2f64 Various minor clean-ups:
- use new CONFIGURE_STYLE
- use PLIST/DESCR substitution to add HOMEPAGE and various fragments
- add systematic @comment $OpenBSD$ to PLIST
- remove FAKE=Yes
2000-06-10 17:39:11 +00:00

26 lines
564 B
Makefile

# $OpenBSD: Makefile,v 1.3 2000/06/10 17:39:16 espie Exp $
DISTNAME= knapster-0.10
CATEGORIES= audio
NEED_VERSION= 1.300
HOMEPAGE= http://knapster.netpedia.net/
MAINTAINER= jakob@openbsd.org
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://knapster.netpedia.net/packages/
LIB_DEPENDS= kdecore.1::x11/kde/libs
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS+= --with-qt-includes=${PREFIX}/include/X11/qt \
--with-qt-libraries=${PREFIX}/lib
.include <bsd.port.mk>