blob: 6eb922f9a1dc137931d58bd02239f39b1473a6fd (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# New ports collection makefile for: Blackbox
# Version required: 0.50.2
# Date created: June 15, 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $Id: Makefile,v 1.15 1998/12/08 21:36:08 billf Exp $
#
DISTNAME= blackbox-0.50.2
CATEGORIES= x11-wm
MASTER_SITES= ftp://balance.wiw.org/pub/blackbox/ \
ftp://ftp.aist.com.ua/pub/unix/window_managers/blackbox/
MAINTAINER= ports@FreeBSD.ORG
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|