mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-30 21:49:25 +00:00
23 lines
441 B
Makefile
23 lines
441 B
Makefile
|
# New ports collection makefile for: freetds
|
||
|
# Version required: 0.47pre2
|
||
|
# Date created: 02 Nov 1999
|
||
|
# Whom: Domas Mituzas <midom@dammit.lt>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
|
||
|
DISTNAME= freetds-0.47pre2
|
||
|
PKGNAME= freetds-0.47p2
|
||
|
CATEGORIES= databases
|
||
|
MASTER_SITES= ${MASTER_SITE_SUNSITE}
|
||
|
MASTER_SITE_SUBDIR= ALPHA/freetds
|
||
|
EXTRACT_SUFX= .tgz
|
||
|
|
||
|
MAINTAINER= midom@dammit.lt
|
||
|
|
||
|
WRKSRC= ${WRKDIR}/freetds
|
||
|
|
||
|
GNU_CONFIGURE= yes
|
||
|
USE_GMAKE= yes
|
||
|
|
||
|
.include <bsd.port.mk>
|