freebsd-ports/x11/xdialog/Makefile

35 lines
667 B
Makefile
Raw Normal View History

2001-03-19 18:39:55 +01:00
# ex:ts=8
# 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>
#
# $FreeBSD$
#
PORTNAME= xdialog
PORTVERSION= 2.0.3
CATEGORIES= x11
MASTER_SITES= http://xdialog.free.fr/
DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION}
2001-05-21 20:16:45 +02:00
MAINTAINER= ports@FreeBSD.org
2001-05-13 15:55:12 +02:00
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
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-03-19 18:39:55 +01:00
MAN1= Xdialog.1
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DATADIR}
2001-03-19 18:39:55 +01:00
@(cd ${WRKSRC}/doc ; \
${CP} *.html *.png ${DATADIR})
.endif
.include <bsd.port.mk>