2001-03-19 18:39:55 +01:00
|
|
|
# ex:ts=8
|
2001-01-09 00:26:48 +01:00
|
|
|
# New ports collection makefile for: xdialog
|
2001-03-19 18:39:55 +01:00
|
|
|
# Date created: Jan 8, 2001
|
|
|
|
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
2001-01-09 00:26:48 +01:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xdialog
|
2003-05-19 00:54:31 +02:00
|
|
|
PORTVERSION= 2.1.1
|
2001-01-09 00:26:48 +01:00
|
|
|
CATEGORIES= x11
|
2003-05-19 00:54:31 +02:00
|
|
|
MASTER_SITES= http://thgodef.nerim.net/xdialog/
|
2001-07-13 07:39:52 +02:00
|
|
|
DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION}
|
2001-01-09 00:26:48 +01:00
|
|
|
|
2002-07-22 06:08:56 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.Org
|
2003-02-20 20:21:36 +01:00
|
|
|
COMMENT= A drop in replacement for the "dialog" or "cdialog" programs
|
2001-01-09 00:26:48 +01:00
|
|
|
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_X_PREFIX= yes
|
2003-05-19 00:54:31 +02:00
|
|
|
USE_GNOME= gtk12
|
|
|
|
USE_REINPLACE= yes
|
2001-01-09 00:26:48 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2001-12-08 21:13:13 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
2001-12-15 13:07:36 +01:00
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-01-09 00:26:48 +01:00
|
|
|
|
2001-03-19 18:39:55 +01:00
|
|
|
MAN1= Xdialog.1
|
|
|
|
|
2003-05-19 00:54:31 +02:00
|
|
|
post-patch:
|
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} -e \
|
|
|
|
's| install-docDATA||g'
|
2002-02-18 07:33:05 +01:00
|
|
|
|
2001-01-09 00:26:48 +01:00
|
|
|
post-install:
|
2001-12-08 21:13:13 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2002-02-18 07:33:05 +01:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.html ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/doc/*.png ${DOCSDIR}
|
2001-01-09 00:26:48 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|