blob: e38b651ac03413ddc2eadfbb8a883f8653ddc2a0 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# New ports collection makefile for: Blackbox
# Date created: June 15, 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $FreeBSD$
#
PORTNAME= blackbox
PORTVERSION= 0.60.3
CATEGORIES= x11-wm
MASTER_SITES= ftp://portal.alug.org/pub/blackbox/0.6x.x/
MAINTAINER= patseal@hyperhost.net
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
USE_BZIP2= yes
CONFIGURE_ARGS= --disable-styled-frames
.include <bsd.port.mk>
|