mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
168646bfeb
for X. It is aimed towards newer users who have a strong Windows background.
27 lines
563 B
Makefile
27 lines
563 B
Makefile
# New ports collection makefile for: endeavour
|
|
# Version required: 1.05
|
|
# Date created: 7 Oct 1999
|
|
# Whom: Chris Piazza <cpiazza@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= endeavour1.05
|
|
PKGNAME= endeavour-1.05
|
|
CATEGORIES= x11-fm
|
|
MASTER_SITES= ftp://fox.mit.edu/pub/xsw/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= cpiazza@FreeBSD.org
|
|
|
|
LIB_DEPENDS= Imlib.4:${PORTSDIR}/graphics/imlib \
|
|
Xpm.4:${PORTSDIR}/graphics/xpm
|
|
|
|
USE_X_PREFIX= yes
|
|
WRKSRC= ${WRKDIR}/endeavour1.05/endeavour
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/endeavour ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|