mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
24 lines
502 B
Makefile
24 lines
502 B
Makefile
# New ports collection makefile for: fpc-x11
|
|
# Date created: 2006-06-05
|
|
# Whom: Jose Alonso Cardenas Marquez <acardenas@bsd.org.pe>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTREVISION= 0
|
|
CATEGORIES= x11 lang
|
|
PKGNAMESUFFIX= -x11
|
|
|
|
MAINTAINER= acm@FreeBSD.org
|
|
COMMENT= Free Pascal interface to X windows server
|
|
|
|
USE_FPC= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../../lang/fpc
|
|
WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//}
|
|
EXTRACTUNITDIR+= ${WRKUNITDIR}
|
|
|
|
OPTIONS= X11 "Install X libraries" on
|
|
|
|
.include "${MASTERDIR}/Makefile"
|