328e96caf8
- Bump NEED_VERSION - GNU_CONFIGURE -> CONFIGURE_STYLE - Remove FAKE - Add @comment to PLIST - lib/Tktable -> share/examples/Tktable
33 lines
745 B
Makefile
33 lines
745 B
Makefile
# $OpenBSD: Makefile,v 1.2 2000/08/26 14:18:12 kevlo Exp $
|
|
|
|
DISTNAME= Tktable2.6
|
|
PKGNAME= Tktable-2.6
|
|
CATEGORIES= x11
|
|
NEED_VERSION= 1.319
|
|
|
|
MAINTAINER= kevlo@openbsd.org
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= http://www.hobbs.wservice.com/tcl/capp/tkTable/
|
|
|
|
HOMEPAGE= http://www.hobbs.wservice.com/tcl/capp/main.html
|
|
|
|
BUILD_DEPENDS= wish8.3::x11/tk/8.3
|
|
|
|
WRKDIST= ${WRKDIR}/${DISTNAME}/unix
|
|
|
|
USE_GMAKE= Yes
|
|
CONFIGURE_STYLE= gnu dest
|
|
CONFIGURE_ARGS=--with-tcl=${PREFIX}/lib/tcl8.3 \
|
|
--with-tk=${PREFIX}/lib/tk8.3
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/Tktable
|
|
@cp ${WRKSRC}/../demos/* ${PREFIX}/share/examples/Tktable
|
|
|
|
.include <bsd.port.mk>
|