1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-14 23:46:10 +00:00
freebsd-ports/x11-fm/endeavour/Makefile
Chris Piazza 10ae656be9 Remove maintainership of most of my ports. I don't really have
time to maintain these and I'm just not interested in these particular
ones any more.
2000-06-20 21:45:58 +00:00

27 lines
558 B
Makefile

# New ports collection makefile for: endeavour
# Date created: 7 Oct 1999
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= endeavour
PORTVERSION= 1.07
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 \
Xpm.4:${PORTSDIR}/graphics/xpm
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/${DISTNAME}/endeavour
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/endeavour ${PREFIX}/bin
.include <bsd.port.mk>