1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-07 02:06:57 +00:00
freebsd-ports/x11/blast/Makefile

32 lines
797 B
Makefile
Raw Normal View History

# New ports collection makefile for: blast
# Date created: 9 Jul 1996
# Whom: searle
#
1999-08-31 02:51:23 +00:00
# $FreeBSD$
#
2000-04-13 19:19:05 +00:00
PORTNAME= blast
2004-08-15 02:12:26 +00:00
PORTVERSION= 1.1
PORTREVISION= 3
CATEGORIES= x11
2004-08-15 02:12:26 +00:00
MASTER_SITES= ${MASTER_SITE_DEBIAN}
MASTER_SITE_SUBDIR= pool/main/b/blast
DISTNAME= ${PORTNAME}_${PORTVERSION}.orig
MAINTAINER= ports@FreeBSD.org
2003-02-20 19:21:36 +00:00
COMMENT= Blast blows holes through windows
2004-08-15 02:12:26 +00:00
WRKSRC= ${WRKDIR}/${PORTNAME}-1.1.orig
USE_XORG= ice sm x11 xau xcursor xdmcp xext xfixes xt xrandr
MAN1= blast.1
2004-02-05 20:38:07 +00:00
PLIST_FILES= bin/blast
do-build:
${CC} ${CFLAGS} ${WRKSRC}/blast.c -I${LOCALBASE}/include -L${LOCALBASE}/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>