freebsd-ports/deskutils/mdh/Makefile

34 lines
772 B
Makefile
Raw Normal View History

# New ports collection makefile for: mdh
# Date created: 12 November 2003
# Whom: Adam Weinberger <adamw@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mdh
PORTVERSION= 1.9.54
2003-11-13 08:21:23 +01:00
PORTREVISION= 2
CATEGORIES= deskutils gnome
MASTER_SITES= http://www.gozer.org/my_stuff/gtk/gtk/mdh/
MAINTAINER= ports@FreeBSD.org
2003-11-13 08:21:23 +01:00
COMMENT= GTK2-based toolbar, like a smaller GNOME panel
USE_X_PREFIX= yes
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GNOME= gnomehack gnomeprefix gnometarget gtk20
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LIBS="-L${LOCALBASE}/lib"
2003-12-08 07:26:42 +01:00
BROKEN= "fails checksum test"
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin
.ifndef(NOPORTDOCS)
@${MKDIR} ${DATADIR}
@${INSTALL_DATA} ${WRKSRC}/README ${DATADIR}
.endif
.include <bsd.port.mk>