pkgsrc-wip/d4x/Makefile
2004-05-04 02:11:35 +00:00

29 lines
677 B
Makefile

# $NetBSD: Makefile,v 1.2 2004/05/04 02:11:35 blef Exp $
#
DISTNAME= d4x-2.5.0beta2
CATEGORIES= net
MASTER_SITES= http://www.krasu.ru/soft/chuchelo/files/
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://www.krasu.ru/soft/chuchelo/files/
COMMENT= Download files using a nice GUI
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
GNU_CONFIGURE= yes
.include "../../mk/bsd.prefs.mk"
.if (${OPSYS} == "NetBSD")
LIBCOMPAT= -lcompat
.else
LIBCOMPAT= # none?
.endif
MAKE_ENV+= LIBOSSAUDIO=${LIBOSSAUDIO} LIBCOMPAT=${LIBCOMPAT}
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/ossaudio.buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"