78a6b89f97
Approved by: portmgr (blanket)
12 lines
236 B
Makefile
12 lines
236 B
Makefile
# Created by: Tobias C. Berner <tcberner@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqlitebrowser
|
|
PORTREVISION= 0
|
|
PKGNAMESUFFIX= -qt5
|
|
|
|
CONFLICTS_INSTALL= ${PORTNAME}-3.*
|
|
|
|
MASTERDIR= ${.CURDIR:H}/sqlitebrowser
|
|
|
|
.include "${MASTERDIR}/Makefile"
|