openbsd-ports/x11/blast/Makefile

35 lines
816 B
Makefile
Raw Normal View History

1998-01-23 00:52:11 -05:00
# OpenBSD makefile for: blast-1.0
# Version required: 1.0
# Date created: 6 January 1998
# Whom: don
#
# $OpenBSD: Makefile,v 1.8 2000/12/23 15:12:01 kevlo Exp $
1998-01-23 00:52:11 -05:00
#
DISTNAME= blast-1.0-ss-11.00
1998-01-23 00:52:11 -05:00
PKGNAME= blast-1.0
CATEGORIES= x11
NEED_VERSION= 1.348
1998-01-23 00:52:11 -05:00
MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/blast-1.0/ \
ftp://hpftp.cict.fr/hpux/X11/Demos/blast-1.0/
MAINTAINER= ports@openbsd.org
1998-01-23 00:52:11 -05:00
2000-03-31 16:25:12 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2000-02-12 03:02:07 -05:00
2000-03-31 16:25:12 -05:00
USE_X11= Yes
1998-01-23 00:52:11 -05:00
2000-03-31 16:25:12 -05:00
WRKDIST= ${WRKDIR}/${PKGNAME}
1998-01-23 00:52:11 -05:00
do-build:
2000-03-31 16:25:12 -05:00
cd ${WRKSRC} && ${CC} blast.c -I${X11BASE}/include ${CFLAGS} -L$(X11BASE)/lib -lX11 -lXext -o blast
1998-01-23 00:52:11 -05:00
do-install:
$(INSTALL_PROGRAM) $(WRKSRC)/blast $(PREFIX)/bin/blast
$(INSTALL_MAN) $(WRKSRC)/blast.man $(PREFIX)/man/man1/blast.1
.include <bsd.port.mk>