openbsd-ports/mail/tkrat/Makefile

46 lines
1.1 KiB
Makefile
Raw Normal View History

2013-03-11 07:20:26 -04:00
# $OpenBSD: Makefile,v 1.28 2013/03/11 11:23:54 espie Exp $
COMMENT= mail user agent for X in C with a Tcl/Tk frontend
2000-02-11 00:17:17 -05:00
2003-12-27 18:34:42 -05:00
DISTNAME= tkrat-2.1.2
REVISION = 3
2000-02-15 02:43:04 -05:00
CATEGORIES= mail x11
HOMEPAGE= http://www.tkrat.org/
MAINTAINER= Stuart Cassoff <stwo@users.sourceforge.net>
2000-03-17 15:14:01 -05:00
PERMIT_PACKAGE_CDROM= Yes
MODULES= x11/tk
WANTLIB= c crypto ssl
2000-03-17 15:14:01 -05:00
2006-07-14 01:20:45 -04:00
MASTER_SITES= ftp://ftp.tkrat.org/pub/tkrat/
RUN_DEPENDS= ${MODTK_RUN_DEPENDS} x11/byzi
BUILD_DEPENDS= ${MODTK_BUILD_DEPENDS}
MAKE_FLAGS= BUSYLIB= DUMMYLIB= RATLIB_SUFFIX=.so.2.1 \
LIB_DIR=\$${prefix}/lib/tcl/tkrat \
DATA_DIR=\$${prefix}/lib/tcl/tkrat/app \
SHLIB_LD='cc -shared'
FAKE_FLAGS= UTIL_DIR=\$${prefix}/lib/tcl/tkrat/util
2010-10-18 15:59:15 -04:00
USE_GROFF = Yes
CONFIGURE_STYLE= gnu dest
CONFIGURE_ARGS= --with-tcl-bin="${LOCALBASE}/bin" \
--with-tcl-include="${MODTCL_INCDIR}" \
--with-tkconfig="${MODTK_LIBDIR}" \
--program-transform-name='s/2[.]1//'
2013-03-11 07:20:26 -04:00
NO_TEST= Yes
2002-10-27 12:21:39 -05:00
DOCS= CONFIGURATION doc/interface doc/userproc.example doc/userprocs
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/tkrat
${INSTALL_DATA} ${DOCS:S!^!${WRKSRC}/!} ${PREFIX}/share/doc/tkrat
.include <bsd.port.mk>