1999-04-17 04:52:04 +00:00
|
|
|
# New ports collection makefile for: postilion
|
|
|
|
# Date created: 20 February 1999
|
|
|
|
# Whom: Glenn Johnson <gljohns@bellsouth.net>
|
|
|
|
#
|
1999-08-25 06:51:17 +00:00
|
|
|
# $FreeBSD$
|
1999-04-17 04:52:04 +00:00
|
|
|
#
|
|
|
|
|
2000-04-13 20:01:08 +00:00
|
|
|
PORTNAME= postilion
|
|
|
|
PORTVERSION= 0.9.3c
|
1999-12-10 15:47:30 +00:00
|
|
|
CATEGORIES= mail tk82
|
1999-04-17 04:52:04 +00:00
|
|
|
MASTER_SITES= http://www.postilion.org/
|
|
|
|
|
2000-05-25 19:43:44 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
1999-04-17 04:52:04 +00:00
|
|
|
|
1999-12-10 15:47:30 +00:00
|
|
|
LIB_DEPENDS= tcl82.1:${PORTSDIR}/lang/tcl82 \
|
1999-04-22 16:35:48 +00:00
|
|
|
img.1:${PORTSDIR}/graphics/libimg
|
1999-12-10 15:47:30 +00:00
|
|
|
BUILD_DEPENDS= tclsh8.2:${PORTSDIR}/lang/tcl82
|
1999-04-17 04:52:04 +00:00
|
|
|
|
|
|
|
FETCH_BEFORE_ARGS= -b
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
1999-12-10 15:47:30 +00:00
|
|
|
CONFIGURE_ARGS= --with-tcl-config=${PREFIX}/lib/tcl8.2
|
1999-04-22 16:35:48 +00:00
|
|
|
|
1999-12-10 15:47:30 +00:00
|
|
|
#.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
|
1999-04-17 04:52:04 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|