# New ports collection makefile for: afterstep-i18n # Date created: 23 October 1998 # Whom: issei@jp.FreeBSD.org # # $FreeBSD$ # PORTNAME= afterstep-i18n PORTVERSION= 1.0 CATEGORIES= x11-wm afterstep MASTER_SITES= ${MASTER_SITE_AFTERSTEP} \ ${MASTER_SITE_LOCAL} \ http://www.itlb.te.noda.sut.ac.jp/~manome/afterstep/archive/ \ http://www.itlb.te.noda.sut.ac.jp/~manome/afterstep/archive/icons/ # former for ${MASTER_SITE_AFTERSTEP}, latter for ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= stable/archives kuriyama DISTNAME= AfterStep-1.0 DISTFILES= ${DISTNAME}.tar.gz \ unofficial-I18N.98Feb27.tar.gz \ kterm.xpm kterm2.xpm KTerm-AS.xpm netscape4.xpm EXTRACT_ONLY= ${DISTNAME}.tar.gz \ unofficial-I18N.98Feb27.tar.gz PATCH_DIST_STRIP= -p1 MAINTAINER= issei@jp.FreeBSD.org DIST_SUBDIR= afterstep USE_X_PREFIX= yes USE_XPM= yes USE_IMAKE= yes INSTALL_TARGET= install install.man MANCOMPRESSED= yes MAN1= afterstep.1 asclock.1 Animate.1 Audio.1 Auto.1 Banner.1 \ Pager.1 Wharf.1 AFTERSTEPDIR= ${PREFIX}/lib/X11/afterstep ICONDIR= ${PREFIX}/include/X11/pixmaps SRCDIRS= afterstep \ modules/Animate modules/Audio modules/Auto \ modules/Banner modules/Pager modules/Wharf \ modules/Wharf/ASSound pre-patch: @ ${PATCH} ${PATCH_DIST_ARGS} < ${WRKDIR}/as10+I18N.98Feb27.diff post-patch: @ ${CP} ${WRKSRC}/sample.steprc ${WRKSRC}/sample.steprc.ja_JP.EUC @ ${PATCH} ${PATCH_DIST_ARGS} < ${FILESDIR}/steprc.ja.diff @ for i in ${SRCDIRS}; do \ cd ${WRKSRC}/$$i; \ ${MV} Imakefile Imakefile.orig; \ ${SED} -e 's/#ifdef AlphaArchitecture/#if defined(AlphaArchitecture) \&\& !defined(FreeBSDArchitecture)/' < Imakefile.orig > Imakefile; \ done pre-build: @ cd ${WRKSRC}; ${SH} MakeMakefiles post-install: @ ${MKDIR} ${AFTERSTEPDIR}/backgrounds ${INSTALL_DATA} ${WRKSRC}/backgrounds/* ${AFTERSTEPDIR}/backgrounds @ ${MKDIR} ${AFTERSTEPDIR}/sounds ${INSTALL_DATA} ${WRKSRC}/sounds/* ${AFTERSTEPDIR}/sounds @ ${MKDIR} ${PREFIX}/include/X11/pixmaps ${INSTALL_DATA} ${WRKSRC}/icons/*.xpm ${ICONDIR} ${INSTALL_DATA} ${_DISTDIR}/kterm.xpm ${ICONDIR} ${INSTALL_DATA} ${_DISTDIR}/kterm2.xpm ${ICONDIR} ${INSTALL_DATA} ${_DISTDIR}/KTerm-AS.xpm ${ICONDIR} ${INSTALL_DATA} ${_DISTDIR}/netscape4.xpm ${ICONDIR}/ja-netscape4.xpm ${INSTALL_DATA} ${WRKSRC}/sample.steprc.ja_JP.EUC ${AFTERSTEPDIR}/system.steprc.ja_JP.EUC .if !defined(NOPORTDOCS) @ ${MKDIR} ${PREFIX}/share/doc/afterstep .for i in CHANGES CREDITS README README.8bit INSTALL FAQ module-interface.txt ${INSTALL_DATA} ${WRKSRC}/$i ${PREFIX}/share/doc/afterstep .endfor .for i in CHANGES.I18N README.I18N README.I18N.jis ${INSTALL_DATA} ${WRKDIR}/$i ${PREFIX}/share/doc/afterstep .endfor .endif .include ndabot/npm_and_yarn/devel/electron4/files/node-fetch-2.6.1'>dependabot/npm_and_yarn/devel/electron4/files/node-fetch-2.6.1 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/x11-clocks
Commit message (Expand)AuthorAgeFilesLines
* Add an explicit dependency on pkgconfbapt2013-09-031-2/+1
* Two imake related changes:tijl2013-09-022-8/+26
* - Remove MAKE_JOBS_SAFE variableak2013-08-156-6/+0
* Update to 2.39.wxs2013-08-052-3/+3
* - Convert to new perl frameworkaz2013-08-031-1/+2
* Fix build with clangbapt2013-08-011-6/+3
* Fix build with clangbapt2013-08-011-6/+3
* KDE3 and QT3 expired on 2013-07-01, remove these ports.rene2013-07-275-708/+0
* Remove MAKE_JOBS_SAFE which is now default.ehaupt2013-07-241-1/+0
* Update to 2.38.wxs2013-07-092-3/+3
* Update the KDE Software Compilation to 4.10.5.rakuco2013-07-052-4/+4
* Update to KDE SC 4.10.4, proudly presented by the KDE on FreeBSD team.rakuco2013-07-032-4/+4
* Convert to USES=imakebapt2013-06-298-49/+19
* New USES imake to handle the dependency on imake.bapt2013-06-286-18/+9
* Add explicit dependency on iconv.zeising2013-06-271-0/+2
* Reset maintaner per Bruce Cran's request.zeising2013-06-271-6/+2
* - Do not try to remove dirs. not created by the portmiwi2013-06-011-3/+0
* The FreeBSD x11 team proudly presentszeising2013-05-252-10/+0
* KDE/FreeBSD team presents KDE SC 4.10.3 ports!makc2013-05-192-4/+4
* - Update to 1.5.0olivierd2013-05-123-5/+4
* - Update MASTER_SITESmiwi2013-05-102-9/+5
* - Bump PORTREVISION after update of x11/libxfce4util, and x11-wm/xfce4-panelolivierd2013-05-093-7/+6
* Finish converting x11* from WITHOUT_NLS to PORT_OPTIONS:MNLSbapt2013-05-062-15/+11
* - Trim old-style header.hrs2013-05-033-9/+17
* - Fix build with CLANGsanpei2013-04-291-0/+1
* - Convert USE_ICONV=yes to USES=iconvmva2013-04-281-2/+2
* - Convert USE_GETTEXT to USES (part 3)ak2013-04-253-4/+4
* - Convert USE_GETTEXT to USES (part 1)ak2013-04-242-4/+2
* - Update to 1.0.2olivierd2013-04-243-7/+7
* Finish converting the whole ports tree to USES=pkgconfigbapt2013-04-234-11/+5
* KDE/FreeBSD team presents KDE SC 4.10.1 ports!makc2013-03-274-10/+9
* - convert USE_CMAKE to USESmakc2013-03-232-2/+2
* Mk/bsd.kde4.mk:makc2013-03-222-2/+2
* Return davide's ports to the pool per request.eadler2013-03-101-6/+2
* Remove indefinite article from COMMENTehaupt2013-03-081-6/+2
* Convert USE_BISON to USES= bisonbapt2013-03-081-6/+2
* - Broken Checksum mismatchmiwi2013-02-231-0/+2
* - Update to 0.6.2olivierd2013-02-153-19/+49
* - Fix build with clangmiwi2013-02-101-5/+7
* KDE/FreeBSD team presents KDE SC 4.9.5 ports!makc2013-02-044-12/+5
* - add comment for imake problem with clangdinoex2013-01-261-5/+3
* Remove the created by me and update those header at the same time. I nevermezz2013-01-011-5/+0
* - Deprecate QT3, KDE3 and unmaintained ports depending on them. QT 3.3.8beat2012-12-301-0/+3
* 2012-11-27 devel/p5-SPOPS: Depend on the expired p5-Class-Fieldsbapt2012-11-284-38/+0
* - Update to 2.2.2madpilot2012-11-278-80/+491
* Deprecate a bunch of ports that are either abandonware and/or for which no morebapt2012-10-261-5/+4
* 2012-10-20 x11-themes/metacity-ana-theme: No more public distfilesbapt2012-10-265-54/+0
* Update to 2.37wxs2012-10-172-3/+3
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
* - Reassign to the heap due to mail bouncestabthorpe2012-09-301-6/+2
* - Update to 1.0.0olivierd2012-09-253-7/+8
* Deprecate a bunch a ports with no more public distfiles (thanks ehaupt's dist...bapt2012-09-211-0/+3
* - Update MAINTAINER to my new FreeBSD.org addressjhale2012-09-132-2/+2
* - reset maintainership per maintainerjgh2012-09-071-4/+6
* Mark ports unsafe per wiki page of broken ports.eadler2012-09-031-0/+2
* - Reassign nork@ ports to the heaptabthorpe2012-08-161-1/+1
* Switch from libglut to freeglut and retire libglut. Libglut hasn't beenkwm2012-08-051-1/+1
* Fix typos in COMMENTcs2012-07-291-1/+1
* new devel/pkgconf added to replace devel/pkg-config. new version of pkg-configbapt2012-07-261-1/+1
* For the ports that are maintained by ports@ that have pkgconfig as theirdougb2012-07-231-1/+1
* - reset MAINTAINERdinoex2012-06-261-1/+1
* KDE/FreeBSD team presents KDE SC 4.8.4, probably the last release in 4.8.x se...makc2012-06-153-5/+4
* Add missing dependseadler2012-06-091-1/+2
* - Convert USE_QT_VER=4 and QT_COMPONETS to USE_QT4miwi2012-06-064-8/+4
* - Update to version 0.4.9.2sylvio2012-06-064-32/+24
* - update png to 1.5.10dinoex2012-06-0120-16/+20
* - Update to 1.0.1miwi2012-05-263-9/+16
* - Bump all XFCE after XFCE importmiwi2012-05-262-1/+2
* KDE/FreeBSD team presents long awaited KDE SC 4.8.3!makc2012-05-257-4/+49
* Update to 2.36wxs2012-04-242-3/+3
* Update to 3.1makc2012-02-223-4/+5
* - Bump PORTREVISION to chase the update of multimedia/libvpxashish2012-02-164-2/+4
* Update to 1.0.3eadler2012-02-112-4/+4
* Update to 1.0.6eadler2012-02-112-3/+3
* Update to 0.6.4rene2012-02-093-3/+5
* The KDE/FreeBSD team is pleased to announce KDE SC 4.7.4, whichavilla2012-01-251-2/+2
* Update to 0.6.3rene2012-01-083-3/+9
* - update to 2.8rm2012-01-062-8/+5
* - X11BASE is going away. Hack the last few ports that depend on X11BASE to no...eadler2011-12-262-1/+2
* - update to 1.0.5eadler2011-11-233-15/+3
* The KDE on FreeBSD team is pleased to update the KDE4 ports to 4.7.3.rakuco2011-11-141-2/+2
* Consistify spelling of "Xfce", and some other projects while there.rene2011-10-274-4/+4
* The vast majority of pkg-descr files had the following format when theydougb2011-10-243-4/+2
* Remove more tags from pkg-descr files fo the form:dougb2011-10-247-19/+0
* Re-assign to the Xfce team.rene2011-10-233-3/+3
* - update to 0.4.0dinoex2011-10-214-6/+30
* The KDE/FreeBSD team is pleased to announce KDE Software Compilationavilla2011-10-172-5/+7
* - remove uneeded oaf dependencybapt2011-10-061-2/+2
* Fix build error with clang.vanilla2011-09-281-0/+11
* When not -D BATCH mark IS_INTERACTIVE, make imake dependency unconditionaldougb2011-09-251-6/+7
* - Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)amdmi32011-09-243-4/+3
* - update mkfontscale to 1.0.9eadler2011-09-18