mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
939938a5c4
PR: ports/99308 Submitted by: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
21 lines
409 B
Makefile
21 lines
409 B
Makefile
# New ports collection makefile for: fpc-gconf
|
|
# Date created: 2006-06-22
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= devel lang
|
|
PKGNAMESUFFIX= -gconf
|
|
|
|
MAINTAINER= acardenas@bsd.org.pe
|
|
COMMENT= Free Pascal interface to GConf
|
|
|
|
RUN_DEPENDS= ppc386:${PORTSDIR}/lang/fpc
|
|
|
|
USE_GNOME= gconf
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
|
|
.include "${MASTERDIR}/Makefile"
|