Lines 2-12
Link Here
|
2 |
# Date created: April 23, 2004 |
2 |
# Date created: April 23, 2004 |
3 |
# Whom: Michael C. Shultz <ringworm@inbox.lv> |
3 |
# Whom: Michael C. Shultz <ringworm@inbox.lv> |
4 |
# |
4 |
# |
|
|
5 |
<<<<<<< Makefile |
6 |
# $FreeBSD$ |
7 |
======= |
5 |
# $FreeBSD: ports/sysutils/portmanager/Makefile,v 1.4 2004/08/10 05:34:34 sem Exp $ |
8 |
# $FreeBSD: ports/sysutils/portmanager/Makefile,v 1.4 2004/08/10 05:34:34 sem Exp $ |
|
|
9 |
>>>>>>> 1.4 |
6 |
# |
10 |
# |
7 |
|
11 |
|
8 |
PORTNAME= portmanager |
12 |
PORTNAME= portmanager |
|
|
13 |
<<<<<<< Makefile |
14 |
PORTVERSION= 0.1.6 |
15 |
======= |
9 |
PORTVERSION= 0.1.9 |
16 |
PORTVERSION= 0.1.9 |
|
|
17 |
>>>>>>> 1.4 |
10 |
CATEGORIES= sysutils |
18 |
CATEGORIES= sysutils |
11 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
19 |
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} |
12 |
MASTER_SITE_SUBDIR= portmanager |
20 |
MASTER_SITE_SUBDIR= portmanager |
Lines 23-28
Link Here
|
23 |
GNU_CONFIGURE= yes |
31 |
GNU_CONFIGURE= yes |
24 |
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |
32 |
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} |
25 |
INSTALLS_SHLIB= yes |
33 |
INSTALLS_SHLIB= yes |
|
|
34 |
<<<<<<< Makefile |
35 |
|
36 |
.if !defined(NOPORTDOCS) |
37 |
PORTDOCS= docbook.css index.html libPMGR.3.html libPMGR.h.html PMGRrDbCreate.3.html \ |
38 |
PMGRrDbCreate.c.html PMGRrDbCreate.h.html PMGRrMakeDescribe.3.html \ |
39 |
PMGRrMakeDescribe.c.html PMGRrMakeDescribe.h.html MGrCommandLine.3.html \ |
40 |
MGrCommandLine.c.html MGrCommandLine.h.html MGrDbArray.3.html \ |
41 |
MGrDbArray.c.html MGrDbArray.h.html MGrFileSize.3.html MGrFileSize.c.html \ |
42 |
MGrFileSize.h.html MGrFileTime.3.html MGrFileTime.c.html MGrFileTime.h.html \ |
43 |
MGrIfFileExist.3.html MGrIfFileExist.c.html MGrIfFileExist.h.html \ |
44 |
MGrInStringSwap.3.html MGrInStringSwap.c.html MGrInStringSwap.h.html \ |
45 |
MGrIntToString.3.html MGrIntToString.c.html MGrIntToString.h.html \ |
46 |
MGsDb.7.html MGsProperty.7.html libMG.3.html libMG.h.html mgmlParse.1.html \ |
47 |
mgmlParse.c.html mgmlParse.h.html pmCvsSup.1.html pmCvsSup.c.html \ |
48 |
pmCvsSup.h.html portmanager.1.html portmanager.c.html portmanager.h.html \ |
49 |
pmFreeBSDdoc.1.html pmFreeBSDdoc.c.html pmFreeBSDdoc.h.html pmStatus.1.html \ |
50 |
pmStatus.c.html pmStatus.h.html pmUpgrade.1.html pmUpgrade.c.html \ |
51 |
pmUpgrade.h.html setup.0.1.4 |
52 |
INSTALL_TARGET= install info |
53 |
|
54 |
.endif |
55 |
|
56 |
.include <bsd.port.pre.mk> |
57 |
|
58 |
.if ${OSVERSION} >= 500000 |
59 |
BROKEN= core dumps on 5.x |
60 |
.endif |
61 |
|
62 |
.include <bsd.port.post.mk> |
63 |
======= |
26 |
|
64 |
|
27 |
.if !defined(NOPORTDOCS) |
65 |
.if !defined(NOPORTDOCS) |
28 |
PORTDOCS= docbook.css index.html libPMGR.3.html libPMGR.h.html PMGRrDbCreate.3.html \ |
66 |
PORTDOCS= docbook.css index.html libPMGR.3.html libPMGR.h.html PMGRrDbCreate.3.html \ |
Lines 53-55
Link Here
|
53 |
@${ECHO} "* Michael C. Shultz ringworm@inbox.lv *" |
91 |
@${ECHO} "* Michael C. Shultz ringworm@inbox.lv *" |
54 |
@${ECHO} "***************************************************" |
92 |
@${ECHO} "***************************************************" |
55 |
.include <bsd.port.mk> |
93 |
.include <bsd.port.mk> |
|
|
94 |
>>>>>>> 1.4 |