3e41706f5c
- Use EXPORT_SYMBOLS_LDFLAGS instead of hardcoding the value (untested!). - Replace spaces with tabs. - Sort items.
24 lines
557 B
Makefile
24 lines
557 B
Makefile
# $NetBSD: Makefile,v 1.2 2003/04/13 08:05:51 jmmv Exp $
|
|
#
|
|
|
|
DISTNAME= qinx-0.3
|
|
CATEGORIES= wm kde
|
|
MASTER_SITES= http://www.usermode.org/code/
|
|
|
|
MAINTAINER= flynn@energyhq.homeip.net
|
|
HOMEPAGE= http://www.usermode.org/code.html
|
|
COMMENT= Widget style and window decoration for KDE3
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_BUILDLINK2= YES
|
|
USE_LIBTOOL= YES
|
|
USE_GMAKE= YES
|
|
USE_X11= YES
|
|
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
LDFLAGS+= ${EXPORT_SYMBOLS_LDFLAGS}
|
|
|
|
.include "../../x11/kde3/buildlink2.mk"
|
|
.include "../../mk/pthread.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|