1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-26 21:17:40 +00:00
freebsd-ports/x11-fm/endeavour/Makefile
2001-02-05 21:00:55 +00:00

28 lines
535 B
Makefile

# New ports collection makefile for: endeavour
# Date created: 7 Oct 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= endeavour
PORTVERSION= 1.12
CATEGORIES= x11-fm
MASTER_SITES= ftp://fox.mit.edu/pub/xsw/
DISTNAME= ${PORTNAME}${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Imlib.5:${PORTSDIR}/graphics/imlib
WRKSRC= ${WRKDIR}/${DISTNAME}/endeavour
USE_X_PREFIX= yes
USE_XPM= yes
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/endeavour ${PREFIX}/bin
.include <bsd.port.mk>