1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/mail/postilion/Makefile
Steve Price 281d8a6fec Update to use Tcl/Tk version 8.2. Commented out the STEPIFY stuff for
now since we don't have tkstep82 yet.
1999-12-10 15:47:30 +00:00

44 lines
1.2 KiB
Makefile

# New ports collection makefile for: postilion
# Version required: 0.9.1a
# Date created: 20 February 1999
# Whom: Glenn Johnson <gljohns@bellsouth.net>
#
# $FreeBSD$
#
DISTNAME= postilion-0.9.2
CATEGORIES= mail tk82
MASTER_SITES= http://www.postilion.org/
MAINTAINER= gljohns@bellsouth.net
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \
img.1:${PORTSDIR}/graphics/libimg
BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82
FETCH_BEFORE_ARGS= -b
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.2
#.if defined(STEPIFY)
#LIB_DEPENDS+= tkstep80.1:${PORTSDIR}/x11-toolkits/tkstep80 \
# Dnd.1:${PORTSDIR}/x11/libdnd \
# tiff.4:${PORTSDIR}/graphics/tiff \
# jpeg.9:${PORTSDIR}/graphics/jpeg \
# Xpm.4:${PORTSDIR}/graphics/xpm
#CONFIGURE_ARGS+= --with-tk-config=${PREFIX}/lib/tkstep8.0
#pre-patch:
# ${SED} s/'(DND) 0/(DND) 1'/ ${FILESDIR}/options.tcl > \
# ${WRKSRC}/postilion/options.tcl
#.else
#pre-extract:
# @${ECHO} ""
# @${ECHO} "You can build postilion with NeXtStep style widgets by defining STEPIFY"
# @${ECHO} ""
LIB_DEPENDS+= tk82.1:${PORTSDIR}/x11-toolkits/tk82
CONFIGURE_ARGS+= --with-tk-config=${PREFIX}/lib/tk8.2
#.endif
.include <bsd.port.mk>