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
|
2001-07-13 07:39:52 +02:00
|
|
|
PORTVERSION= 2.0.3
|
2001-01-09 00:26:48 +01:00
|
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= http://xdialog.free.fr/
|
2001-07-13 07:39:52 +02:00
|
|
|
DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION}
|
2001-01-09 00:26:48 +01:00
|
|
|
|
2001-05-21 20:16:45 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2001-01-09 00:26:48 +01:00
|
|
|
|
2001-05-13 15:55:12 +02:00
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
|
2001-01-09 00:26:48 +01:00
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GTK= yes
|
|
|
|
USE_X_PREFIX= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2001-05-13 15:55:12 +02:00
|
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
2001-01-09 00:26:48 +01:00
|
|
|
|
2001-03-19 18:39:55 +01:00
|
|
|
MAN1= Xdialog.1
|
|
|
|
|
2001-01-09 21:41:40 +01:00
|
|
|
.if !defined(NOPORTDOCS)
|
2001-01-09 00:26:48 +01:00
|
|
|
post-install:
|
2001-07-10 15:54:22 +02:00
|
|
|
${MKDIR} ${DATADIR}
|
2001-03-19 18:39:55 +01:00
|
|
|
@(cd ${WRKSRC}/doc ; \
|
2001-07-10 15:54:22 +02:00
|
|
|
${CP} *.html *.png ${DATADIR})
|
2001-01-09 00:26:48 +01:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|