056108e4df
fltk/Makefile to MAINTAINER?= . Define COMMENT properly for fltk-xunicode.
17 lines
294 B
Makefile
17 lines
294 B
Makefile
# New ports collection makefile for: fltk-xunicode
|
|
# Date created: 25 Aug 2000
|
|
# Whom: Akinori MUSHA aka knu <knu@idaemons.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../fltk
|
|
|
|
MAINTAINER= knu@FreeBSD.org
|
|
|
|
COMMENT= ${.CURDIR}/pkg-comment
|
|
|
|
WITH_XUNICODE= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|