51c1e97a0f
during the release with pval@ other categories will follow once they are finished
32 lines
721 B
Makefile
32 lines
721 B
Makefile
# $OpenBSD: Makefile,v 1.13 2003/10/08 17:13:15 sturm Exp $
|
|
|
|
COMMENT= "blow holes through windows"
|
|
|
|
DISTNAME= blast-1.0-ss-11.00
|
|
PKGNAME= blast-1.0
|
|
CATEGORIES= x11
|
|
|
|
MASTER_SITES= ftp://hpux.csc.liv.ac.uk/hpux/X11/Demos/blast-1.0/ \
|
|
ftp://hpftp.cict.fr/hpux/X11/Demos/blast-1.0/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
USE_X11= Yes
|
|
|
|
WRKDIST= ${WRKDIR}/${PKGNAME}
|
|
|
|
do-build:
|
|
cd ${WRKSRC} && ${CC} blast.c -I${X11BASE}/include ${CFLAGS} -L$(X11BASE)/lib -lX11 -lXext -o blast
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
do-install:
|
|
$(INSTALL_PROGRAM) $(WRKSRC)/blast $(PREFIX)/bin/blast
|
|
$(INSTALL_MAN) $(WRKSRC)/blast.man $(PREFIX)/man/man1/blast.1
|
|
|
|
.include <bsd.port.mk>
|