75a75357ce
PR: 26977 Submitted by: David Johnson <david@usermode.org>
20 lines
345 B
Makefile
20 lines
345 B
Makefile
# New ports collection makefile for: qbrew
|
|
# Date created: 22 September 2000
|
|
# Whom: David Johnson <david@usermode.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= qbrew
|
|
PORTVERSION= 0.2.0
|
|
CATEGORIES= misc
|
|
MASTER_SITES= http://www.usermode.org/code/
|
|
|
|
MAINTAINER= david@usermode.org
|
|
|
|
USE_QT_VER= 2
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|