21a283f3be
UNIQUENAME was never unique, it was only used by USE_LDCONFIG and now, we won't have conflicts there. Use PKGBASE instead of LATEST_LINK in PKGLATESTFILE, the *only* consumer is pkg-devel, and it works just fine without LATEST_LINK as pkg-devel has the correct PKGNAME anyway. Now that UNIQUENAME is gone, OPTIONSFILE is too. (it's been called OPTIONS_FILE now.) Reviewed by: antoine, bapt Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3336
33 lines
812 B
Makefile
33 lines
812 B
Makefile
# Created by: Martin Matuska <mm@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mod_sql_tds
|
|
DISTVERSION= 4.13
|
|
PORTREVISION= 0
|
|
CATEGORIES= databases ftp
|
|
PKGNAMEPREFIX= proftpd-
|
|
|
|
MAINTAINER= mm@FreeBSD.org
|
|
COMMENT= TDS ProFTPD module
|
|
|
|
LICENSE= GPLv2
|
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
MASTERDIR= ${.CURDIR}/../../ftp/proftpd
|
|
|
|
LIB_DEPENDS+= libsybdb.so.5:${PORTSDIR}/databases/freetds
|
|
_PROFTPD_MODULE_DISTFILES= mod_sql_tds-4.13${EXTRACT_SUFX}:sql_tds
|
|
_PROFTPD_MODULE_EXTRACT_ONLY= mod_sql_tds-4.13${EXTRACT_SUFX}
|
|
_PROFTPD_MODULE_MASTER_SITES= http://labratsoftware.com/mod_sql_tds/:sql_tds \
|
|
LOCAL/beech:sql_tds
|
|
|
|
INCLUDEDIRS= ${LOCALBASE}/include
|
|
LIBDIRS= ${LOCALBASE}/lib
|
|
|
|
_BUILDING_PROFTPD_MODULE= ${PORTNAME}
|
|
|
|
post-extract:
|
|
@${MV} ${WRKDIR}/mod_sql_tds.c ${WRKSRC}/contrib
|
|
|
|
.include "${MASTERDIR}/Makefile"
|