1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/x11/blast/Makefile
Steve Price c02f0954c3 - Support CC/CFLAGS/X11BASE properly
PR:		23279
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-12-11 03:00:45 +00:00

30 lines
787 B
Makefile

# New ports collection makefile for: blast
# Date created: 9 Jul 1996
# Whom: searle
#
# $FreeBSD$
#
PORTNAME= blast
PORTVERSION= 1.0
CATEGORIES= x11
MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/blast-1.0/ \
ftp://ftp.univie.ac.at/systems/hpux/hpux/X11/Demos/blast-1.0/ \
ftp://hpftp.cict.fr/hpux/X11/Demos/blast-1.0/
DISTNAME= ${PORTNAME}-${PORTVERSION}-ss-10.20
MAINTAINER= jseger@FreeBSD.org
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_X_PREFIX= yes
MAN1= blast.1
do-build:
${CC} ${CFLAGS} ${WRKSRC}/blast.c -I${X11BASE}/include -L${X11BASE}/lib -lX11 -lXext -o ${WRKSRC}/blast
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/blast ${PREFIX}/bin/blast
${INSTALL_MAN} ${WRKSRC}/blast.man ${MANPREFIX}/man/man1/blast.1
.include <bsd.port.mk>