# New ports collection makefile for: gimp-manual # Date created: 5 June 1998 # Whom: Brett Taylor # # $FreeBSD$ # PORTNAME= GimpUserManual PORTVERSION= 2 PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= http://kefk.net/Open_Source/FS/GIMP/Download/GUM/ \ http://ftp.nluug.nl/ftp/graphics/gimp/manual/ PKGNAMESUFFIX= -${DOCFORMAT} MAINTAINER= ports@FreeBSD.org COMMENT= The user manual for the GNU Image Manipulation Program (GIMP) .if !defined(DOCFORMAT) DOCFORMAT=HTML .else .if ${DOCFORMAT} != "HTML" && ${DOCFORMAT} != "PDF" .BEGIN: @${ECHO_MSG} "ERROR: invalid value for DOCFORMAT: \"${DOCFORMAT}\"" @${ECHO_MSG} "Possible values are: HTML, PDF." @${FALSE} .endif .endif PLIST= ${PKGDIR}/pkg-plist_${DOCFORMAT} pre-everything:: @${ECHO_MSG} "This manual is available in two formats: HTML and PDF." @${ECHO_MSG} "Note that the manual is pretty darn big." EXTRACT_ONLY= #empty NO_BUILD= yes .if ${DOCFORMAT} == "HTML" DISTFILES= GimpUsersManual_SecondEdition-HTML_Color.tar.gz \ GimpUsersManual_SecondEdition-HTML_Search.tar.gz do-install: @${MKDIR} ${PREFIX}/share/doc/gimp for file in ${DISTFILES} ; do \ cd ${PREFIX}/share/doc/gimp; \ ${TAR} -zxf ${DISTDIR}/$${file}; \ ${CHOWN} -R root:wheel ${PREFIX}/share/doc/gimp; \ done .endif .if ${DOCFORMAT} == "PDF" DISTFILES= GimpUsersManual_SecondEdition-PDF_Color.pdf \ GimpUsersManual_SecondEdition-PDF.pdf EXTRACT_ONLY= #empty NO_BUILD= yes do-install: @${MKDIR} ${PREFIX}/share/doc/gimp for file in ${DISTFILES} ; do \ ${INSTALL_DATA} ${DISTDIR}/$${file} ${PREFIX}/share/doc/gimp/ ; \ done .endif .include /files/bl-1.2.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11/gnome-libs
Commit message (Expand)AuthorAgeFilesLines
* Do not change permissions and group ownership of the share/gnome/gamesmarcus2004-11-262-1/+11
* Apply a big libtool patch to allow porters to use the libtool installed bymarcus2004-07-101-1/+1
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-1/+1
* SIZEify.trevor2004-01-301-0/+1
* USE_REINPLACE must be defined before REINPLACE_CMD may be used.trevor2003-11-171-0/+1
* Remove REINPLACE commands that were rolled into gnomehack.adamw2003-06-121-2/+0
* Remove USE_GNOMENG.marcus2003-04-211-1/+0
* Clear moonlight beckons.ade2003-03-072-1/+1
* Protect target with .if target(...) ... .endif for targets that arekris2002-12-011-0/+2
* Fix build on -CURRENT.marcus2002-10-141-0/+14
* GNOME has just changed the layout of their FTP site. This resulted inmarcus2002-09-211-1/+1
* Fix a problem with word selection in gnome-terminal. Bump PORTREVISION.marcus2002-08-242-0/+12
* Update to 1.4.2.marcus2002-08-222-3/+2
* Fix patch, so that it actually applies.sobomax2002-07-161-2/+2
* Fix a problem with GNOME and XIM compatibility. Bump PORTREVISION.marcus2002-07-162-8/+6
* Convert all core GNOME1 components and some of the most popular GNOME1sobomax2002-07-123-34/+10
* Update to 1.4.1.7.marcus2002-05-243-9/+8
* - Move misc documentation into share/doc where it belongs;sobomax2002-05-025-143/+199
* Hack for better hier(7) conformance - install libart documentation intosobomax2002-05-012-38/+38
* Clean up the plists some.marcus2002-05-011-3/+3
* Update to 1.4.1.6.sobomax2002-04-305-38/+32
* Fix installation is gtk-doc is also installed.marcus2002-04-081-1/+2
* Update to 1.4.1.5.sobomax2002-04-074-13/+20
* Prevent libc from being explicitly linked into shared libs. Bump PORTREVISION.sobomax2002-02-082-13/+14
* Update to 1.4.1.4.sobomax2002-01-293-9/+10
* Update to 1.4.1.3.sobomax2002-01-169-228/+261
* Fix a null pointer dereferencing bug in gtk-xmhtml library observed whensobomax2001-12-152-1/+15
* Some of the GNOME components now install their include files intosobomax2001-10-092-3/+4
* Allow japanese/gnomelibs to add LIB_DEPENDS:knu2001-09-121-1/+1
* Update to 1.4.1.2.sobomax2001-09-112-2/+2
* Update to 1.4.1.1.sobomax2001-08-236-26/+187
* Unbroke on alpha.sobomax2001-08-152-3/+23
* Add textproc/libxml as an explicit dependency, as well as the implicitade2001-06-011-2/+3
* Remove empty patchfile that got left around sometime.ade2001-05-221-0/+0
* SWitch maintainership of core GNOME ports to a small group ofade2001-05-121-1/+1
* Missed patch from the update causing an mtree failure.ade2001-05-072-1/+1
* Update to GNOME 1.4 -- massive changes all around, for the sake ofade2001-05-0512-142/+31
* -pthread --> ${PTHREAD_LIBS}sobomax2001-03-301-1/+1
* Style fixes for ports/x11.olgeni2001-02-061-1/+1
* It's another day. Update to 1.2.11ade2001-01-263-5/+5
* Another day. Another GNOME release. 1.2.10 hereade2001-01-254-8/+7
* Allow CATEGORIES to be overriden by the respective japanese/* portsade2001-01-251-1/+1
* *sigh* missed a relatvely important patch, at least from a packaging PoVade2001-01-242-0/+14
* Update to 1.2.9 -- bring in a few pieces of documentation hereade2001-01-247-41/+262
* Conditionally set MAINTAINER, so that the japanese slave ports DTRTade2000-11-181-1/+1
* Bump PORTREVISION as a result of my previous commit (sound fix).sobomax2000-11-011-0/+1
* Update to 1.2.8ade2000-10-256-5/+6
* Update to 1.2.7ade2000-10-192-2/+2
* Update to 1.2.6ade2000-10-185-4/+6
* Update to 1.2.5ade2000-10-135-43/+18
* Implement WANT_IMLIB and USE_IMLIB.reg2000-10-052-8/+14
* Remove scsh from "known shells".. it's not an interactive shell.ade2000-09-261-1/+1
* Allow gnomelibs to DTRT in the case where ${LOCALBASE} is not /usr/localade2000-09-263-6/+10
* Add fix for GNOME forcibly trying to set the locale to en_USade2000-09-172-0/+36
* Re-sobomize to use pre-patch instead of post-extractade2000-08-051-1/+1
* Extensive patchfile cleanups using sobomax's wonderfulade2000-08-044-31/+28
* (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-1/+1
* Fix typosade2000-07-102-2/+2
* Update to 1.2.4ade2000-07-063-3/+3
* Update to 1.2.3ade2000-06-222-2/+2
* Update to 1.2.2ade2000-06-213-2/+6
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-171-1/+1