diff options
author | Maho Nakata <maho@FreeBSD.org> | 2004-03-15 13:18:30 +0000 |
---|---|---|
committer | Maho Nakata <maho@FreeBSD.org> | 2004-03-15 13:18:30 +0000 |
commit | ef809618aba438ad5b5f0de7331ff613247c2296 (patch) | |
tree | 330c69e160ca6cae7c836d300ca673fd2cb2caa8 /editors/openoffice-1.1-devel/Makefile | |
parent | a722cf12b657651ac380f7d63023b23c1cdb2bf7 (diff) | |
download | ports-ef809618aba438ad5b5f0de7331ff613247c2296.tar.gz ports-ef809618aba438ad5b5f0de7331ff613247c2296.zip |
Notes
Diffstat (limited to 'editors/openoffice-1.1-devel/Makefile')
-rw-r--r-- | editors/openoffice-1.1-devel/Makefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/editors/openoffice-1.1-devel/Makefile b/editors/openoffice-1.1-devel/Makefile index e7271a1b8912..d1ca47ed035e 100644 --- a/editors/openoffice-1.1-devel/Makefile +++ b/editors/openoffice-1.1-devel/Makefile @@ -51,6 +51,15 @@ DICT_DIR= ${PREFIX}/${INSTALLATION_BASEDIR}/share/dict/ooo/ LANG_EXT=01 .else # +# Add pkg-descr and pkg-message if available +# +.if exists(${.CURDIR}/pkg-descr) +DESCR= ${.CURDIR}/pkg-descr +.endif +.if exists(${.CURDIR}/pkg-message) +PKGMESSAGE= ${.CURDIR}/pkg-message +.endif +# # Set prefix and suffix # .if defined(LANG_PKGNAME) @@ -85,7 +94,9 @@ CC= gcc32 CXX= g++32 MAINTAINER= openoffice@FreeBSD.org +.if !defined(COMMENT) COMMENT= Integrated wordprocessor/dbase/spreadheet/drawing/chart/browser +.endif # # The JDK dependency needs to be at the first place, so all |