2009-08-26 23:55:50 +02:00
|
|
|
# $NetBSD: Makefile,v 1.11 2009/08/26 21:55:50 thomasklausner Exp $
|
2009-03-26 16:55:22 +01:00
|
|
|
|
2009-07-17 22:35:54 +02:00
|
|
|
DISTNAME= stfl-0.21
|
2009-03-26 16:55:22 +01:00
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= http://www.clifford.at/stfl/
|
|
|
|
|
|
|
|
MAINTAINER= clamiax@gmail.com
|
|
|
|
HOMEPAGE= http://www.clifford.at/stfl/
|
|
|
|
COMMENT= Library which implements a curses-based widget set for text terminals
|
2009-08-26 23:55:50 +02:00
|
|
|
LICENSE= gnu-gpl-v3
|
2009-03-26 16:55:22 +01:00
|
|
|
|
2009-03-27 10:53:07 +01:00
|
|
|
NO_INSTALL_MANPAGES= yes
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
|
2009-03-26 16:55:22 +01:00
|
|
|
NO_CONFIGURE= yes
|
2009-07-18 15:44:39 +02:00
|
|
|
USE_TOOLS+= gmake perl
|
2009-06-04 11:36:42 +02:00
|
|
|
USE_NCURSES= yes
|
2009-07-17 22:35:54 +02:00
|
|
|
USE_GNU_ICONV= yes
|
2009-03-26 16:55:22 +01:00
|
|
|
|
2009-03-27 10:53:07 +01:00
|
|
|
INSTALL_MAKE_FLAGS+= prefix=${PREFIX}
|
2009-03-26 16:55:22 +01:00
|
|
|
|
2009-07-17 22:35:54 +02:00
|
|
|
# Makefile
|
|
|
|
SUBST_CLASSES+= makefile
|
|
|
|
SUBST_STAGE.makefile= pre-build
|
|
|
|
SUBST_MESSAGE.makefile= Fixing distribution Makefile...
|
|
|
|
SUBST_FILES.makefile= ${MAKE_FILE}
|
|
|
|
SUBST_SED.makefile= -e 's/LDLIBS.*/& -liconv/'
|
|
|
|
|
2009-06-18 12:02:03 +02:00
|
|
|
.include "../../converters/libiconv/buildlink3.mk"
|
2009-04-24 13:42:32 +02:00
|
|
|
.include "../../devel/ncursesw/buildlink3.mk"
|
2009-03-26 16:55:22 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|