summaryrefslogblamecommitdiff
path: root/databases/fpc-mysql/Makefile
blob: 7f3dc4a27b3bf64726a2569ffa8ea94c230ece3f (plain) (tree)
1
2
3
4
5
6
7
8
9






                                                                
                 
                              
                      
 
                               

                                              
                                           
 
                                         
                                                                 
                                     

                                                  
 
                                
# New ports collection makefile for:	Free Pascal mysql Unit
# Date created: 			9 February 2004
# Whom: 				John Merryweather Cooper
#
# $FreeBSD$
#

PORTREVISION=	1
CATEGORIES=	databases lang
PKGNAMESUFFIX=	-mysql

MAINTAINER=	acm@FreeBSD.org
COMMENT=	Free Pascal interface to MySQL

BUILD_DEPENDS=	ppc386:${PORTSDIR}/lang/fpc

MASTERDIR=	${.CURDIR}/../../lang/fpc
WRKUNITDIR=	${FPCSRCDIR}/packages/base/${PKGNAMESUFFIX:S/-//}
EXTRACTUNITDIR+=	${WRKUNITDIR}

OPTIONS=	MYSQL	"Install MySQL client"	on

.include "${MASTERDIR}/Makefile"