mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-17 03:25:46 +00:00
26 lines
473 B
Makefile
26 lines
473 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_sql_sqlite
|
|
CATEGORIES= databases ftp
|
|
PKGNAMEPREFIX= proftpd-
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= SQLite ProFTPD module
|
|
|
|
LICENSE= GPLv2
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
LATEST_LINK= ${PKGNAMEPREFIX}-${PORTNAME}
|
|
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
|
|
|
|
USE_SQLITE= yes
|
|
|
|
INCLUDEDIRS= ${LOCALBASE}/include
|
|
LIBDIRS= ${LOCALBASE}/lib
|
|
|
|
_BUILDING_PROFTPD_MODULE= ${PORTNAME}
|
|
|
|
.include "${MASTERDIR}/Makefile"
|