22 lines
446 B
Makefile
22 lines
446 B
Makefile
# $OpenBSD: Makefile,v 1.13 2006/11/25 16:32:34 espie Exp $
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
COMMENT= "terminal screen handling and optimisation"
|
|
|
|
MODULES= cpan
|
|
DISTNAME= Curses-1.06
|
|
|
|
CATEGORIES= devel
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
WANTLIB= curses form menu panel termcap
|
|
|
|
MAKE_FLAGS=PASTHRU_DEFINE='-idirafter $${PERL_INC}'
|
|
CONFIGURE_ARGS= PANELS MENUS FORMS
|
|
|
|
.include <bsd.port.mk>
|