35 lines
701 B
Makefile
35 lines
701 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: xdialog
|
|
# Date created: Jan 8, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= xdialog
|
|
PORTVERSION= 2.0.2
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xdialog.free.fr/
|
|
DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION}
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
|
|
|
|
USE_BZIP2= yes
|
|
USE_GTK= yes
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -lgnugetopt"
|
|
|
|
MAN1= Xdialog.1
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
${MKDIR} ${PREFIX}/share/${PORTNAME}
|
|
@(cd ${WRKSRC}/doc ; \
|
|
${CP} *.html *.png ${PREFIX}/share/${PORTNAME})
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|