aboutsummaryrefslogtreecommitdiffstats
path: root/www/zope-coreblog2/Makefile
blob: 7f409dd93d9c799819072d12f01ce9328ba0222a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# New ports collection makefile for:    zope-coreblog
# Date created:             20 March 2004
# Whom:                 Yasushi Hayashi
#
# $FreeBSD$
#

PORTNAME=   coreblog
PORTVERSION=    1.21
PORTEPOCH=  1
CATEGORIES= www zope
MASTER_SITES=   http://coreblog.org/junk/ \
        http://www.zope.org/Members/ats/COREBlog/COREBlog${PORTVERSION}/
PKGNAMEPREFIX=  zope-
DISTNAME=   COREBlog121
EXTRACT_SUFX=   .tgz

MAINTAINER= yasi@yasi.to
COMMENT=    A Zope Blog/Weblog/Web-nikki Product

USE_PYTHON= yes
USE_ZOPE=   yes
DIST_SUBDIR=    zope

ZOPEPRODUCTNAME=COREBlog

PLIST=      ${WRKDIR}/pkg-plist
WRKSRC=     ${WRKDIR}/${ZOPEPRODUCTNAME}

do-build:
    -@${PYTHON_CMD} ${PYTHON_LIBDIR}/compileall.py ${WRKSRC}/

pre-install:
    @${RM} -f ${PLIST}
    @${TOUCH} ${PLIST}
    @cd ${WRKDIR} ;\
    for f in `${FIND} ${ZOPEPRODUCTNAME} -type f`; do \
        ${ECHO_CMD} %%ZOPEPRODUCTDIR%%/$${f} >> ${PLIST}; \
    done; \
    for d in `${FIND} -d ${ZOPEPRODUCTNAME} -type d`; do \
        ${ECHO_CMD} @dirrm %%ZOPEPRODUCTDIR%%/$${d} >> ${PLIST}; \
    done; \

do-install:
    @${MKDIR} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/
    @${CHMOD} -R og+rX ${WRKSRC}/
    @${CP} -R ${WRKSRC} ${ZOPEBASEDIR}/${ZOPEPRODUCTDIR}/

post-install:
.if !defined(BATCH)
    @${CAT} ${PKGMESSAGE}
.endif

.include <bsd.port.mk>
'>-1/+1 * Standardize all error messages to include the filename at least (and linemarcus2003-11-231-1/+1 * * Check to make sure new ports do not contain PORTREVISION [1]marcus2003-11-211-1/+1 * Update to 2.5.0.marcus2003-11-181-1/+5 * * Update to 2.4.8marcus2003-11-161-1/+1 * * Add support for the arabic category [1]marcus2003-11-091-1/+1 * Whoops. Flush out my CVS repo, and share some missing bug fixes with themarcus2003-11-021-2/+1 * Recognize .ifndef(NOPORTDOCS) as well as .if !defined(NOPORTDOCS).marcus2003-10-271-0/+1 * * Add some @unexec checking for plists [1]marcus2003-10-271-1/+1 * Update to 2.4.4.marcus2003-08-171-1/+1 * Really fix the bug where portlint looks through COMMENT for direct commandmarcus2003-08-161-1/+1 * * Add support for the new INFO macromarcus2003-08-151-1/+1 * Update to 2.4.1.marcus2003-07-291-1/+1 * Update to 2.4.0.marcus2003-07-201-5/+11 * I'll take this.marcus2003-07-171-1/+1 * I don't have the time to maintain this port.mharo2003-07-171-1/+1 * - warn about incorrect usage of the pre-everything:: targetpetef2003-03-081-1/+1 * Clear moonlight beckons.ade2003-03-071-0/+1 * Bump PORTREVISION for previous COMMENT changeskris2003-02-111-1/+1 * Let the PORTSDIR environment variable override our defaults.gerald2003-02-031-1/+1 * Add a simple check for MAINTAINER not to include multiple addresses orknu2003-01-111-1/+1 * Bump PORTREVISION.anders2002-11-181-0/+1 * Teach portlint to recognize RUN_DEPENDS=${BUILD_DEPENDS} and the likemharo2002-09-151-1/+1 * Bring in the enhancements I submitted to mharo some time ago and bumpknu2001-03-211-1/+1 * o stop checking blank lines for files/patch-*sf2001-02-171-1/+1 * Update to version 2.3.knu2000-12-121-1/+1 * bump versionmharo2000-11-101-1/+1 * sync with bsd.sites.mk, bump version to 2.2.3mharo2000-10-041-1/+1 * update to portlint 2.2.2:mharo2000-04-261-1/+1 * remove warning, version required (no longer needed) and make portlint portmharo2000-04-201-7/+1 * Update to 2.2.1mharo2000-04-171-1/+2 * Update portlint so it supports PORTNAME/PORTVERSION. This versionmharo2000-04-171-3/+4 * Back out useful `Version required lines' that I'd blindly removed.knu2000-04-151-0/+1 * Remove obsolete `Version required' lines.knu2000-04-151-1/+0 * PORTNAME/PORTVERSION updatemharo2000-04-121-1/+2 * warn about not supporting PORTNAME/PORTVERSION yetmharo2000-04-091-0/+6 * bump version number to reflect new featuresmharo2000-03-301-1/+1 * * Fix Makefile so portlint is more happy with this port (what a concept, themharo2000-03-281-1/+1 * - fix a bug in pkg/* checkingmharo2000-03-211-1/+1 * I'll maintain thismharo2000-02-051-1/+1 * bump version number slightly to reflect recent changesmharo2000-01-231-1/+1 * switch maintainer to ports@freebsd.org, as I'm unable to do it for a long time.itojun2000-01-111-1/+1 * added the following checking:sumikawa1999-09-291-1/+1 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * manpage fixitojun1999-08-141-2/+2 * avoid NO_WRKDIR.itojun1999-01-071-6/+7 * being tired of maintaining portlint only by myself, I decided toitojun1999-01-051-11/+12 * Remove NO_CONFIGURE and NO_PATCH, they never meant anything.asami1998-06-271-2/+1 * original distribution updated (1.60 -> 1.61)itojun1997-11-251-3/+3 * original distribution updated (1.59->1.60)itojun1997-11-201-3/+3 * Original distribution updated. (1.58 -> 1.59)itojun1997-11-131-3/+3 * original distribution updated (1.57->1.58)itojun1997-11-111-3/+3 * original distribution updated. (1.56 -> 1.57)itojun1997-11-091-3/+3 * original distribution updated to 1.56.itojun1997-11-051-3/+3 * original distribution updated to 1.55.itojun1997-10-131-3/+3 * original distribution updated to 1.54.itojun1997-10-121-3/+3 * original distribution updated to 1.51.itojun1997-10-081-2/+2 * original distribution updated to 1.49.itojun1997-09-211-3/+3 * original distribution upgraded to 1.48.itojun1997-09-141-3/+3 * original distribution updated to release 1.46.itojun1997-08-161-3/+3 * original distribution updated to version 1.44.itojun1997-08-081-3/+3 * original distribution updated to 1.43.itojun1997-08-061-3/+3 * Original distribution updated to r1.33.itojun1997-07-171-3/+3 * original distribution of portlint has updated to 1.32.itojun1997-07-131-7/+13 * Upgrade, 1.26 -> 1.28.max1997-07-071-4/+4 * Upgrade 1.9 -> 1.26.max1997-07-061-4/+4