freebsd-ports/x11/xdialog/Makefile
Vanilla I. Shu 5eb6f93aa0 1: Upgrade to latest version.
2: Use the right way of PORTDOCS variable.
3: Change maintainer's email address to @FreeBSD.org.
2001-01-21 02:42:28 +00:00

28 lines
541 B
Makefile

# New ports collection makefile for: xdialog
# Date created: Jan 8, 2001
# Whom: Ying-Chieh Liao <ijliao@csie.nctu.edu.tw>
#
# $FreeBSD$
#
PORTNAME= xdialog
PORTVERSION= 1.5.1
CATEGORIES= x11
MASTER_SITES= http://xdialog.free.fr/
DISTNAME= ${PORTNAME:S/x/X/}-${PORTVERSION}
MAINTAINER= ijliao@FreeBSD.org
USE_BZIP2= yes
USE_GTK= yes
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${PREFIX}/share/${PORTNAME}
${CP} ${WRKSRC}/html/* ${PREFIX}/share/${PORTNAME}
.endif
.include <bsd.port.mk>