pkgsrc-wip/qinx/Makefile
Julio Merino 3e41706f5c - Convert to buildlink2 (untested!).
- Use EXPORT_SYMBOLS_LDFLAGS instead of hardcoding the value (untested!).
- Replace spaces with tabs.
- Sort items.
2003-04-13 08:05:51 +00:00

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"