blob: 3178783cd233502ec1b07c8189fb5e3f1f9e98e8 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# New ports collection makefile for: Blackbox
# Version required: 0.40.11
# Date created: June 15, 1998
# Whom: Brian Handy <handy@physics.montana.edu>
#
# $Id: Makefile,v 1.10 1998/10/21 04:20:10 jkoshy Exp $
#
DISTNAME= blackbox-0.40.11
CATEGORIES= x11-wm
MASTER_SITES= http://linux.wiw.org/blackbox/sources/
MAINTAINER= ports@FreeBSD.ORG
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
.include <bsd.port.mk>
|