mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
fe003d4dbf
PR: ports/98623 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
19 lines
403 B
Makefile
19 lines
403 B
Makefile
# New ports collection makefile for: fpc-libasync
|
|
# Date created: 2006-06-05
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= net lang
|
|
PKGNAMESUFFIX= -libasync
|
|
|
|
MAINTAINER= acardenas@bsd.org.pe
|
|
COMMENT= Free Pascal interface to async library
|
|
|
|
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|