[BACK]Return to Makefile CVS log [TXT][DIR] Up to [local] / ports / graphics / fotoxx

Annotation of ports/graphics/fotoxx/Makefile, Revision 1.2

1.1       yason       1: # $OpenBSD$
                      2: #ONLY_FOR_ARCHS =      ???
                      3: #NOT_FOR_ARCHS =       ???
                      4: #SHARED_ONLY =         ???
                      5: #COMES_WITH =          ???
                      6: #BROKEN =              reason
                      7:
                      8: COMMENT =              program for editing digital photos
                      9:
1.2     ! yason      10: DISTNAME =             fotoxx-8.4.1
1.1       yason      11:
                     12: #SHARED_LIBS =         ???
                     13:
                     14: CATEGORIES =           graphics
                     15:
                     16: HOMEPAGE =             http://kornelix.squarespace.com/
                     17:
                     18: #MAINTAINER =          ???
                     19:
                     20: # GPLv2
                     21: PERMIT_PACKAGE_CDROM = Yes
                     22: PERMIT_PACKAGE_FTP =   Yes
                     23: PERMIT_DISTFILES_CDROM =Yes
                     24: PERMIT_DISTFILES_FTP = Yes
                     25:
                     26: #WANTLIB =             ???
                     27:
                     28: MASTER_SITES =         ${HOMEPAGE}/storage/downloads/
                     29:
                     30: #MODULES =             ???
                     31: BUILD_DEPENDS =                ::graphics/freeimage \
                     32:                        ::x11/gtk+2
                     33: #RUN_DEPENDS =         ???
                     34: #LIB_DEPENDS =         ???
                     35: #REGRESS_DEPENDS =     ???
                     36:
                     37: #MAKE_FLAGS =          ???
                     38: #MAKE_ENV +=           LFLAGS=-L${PREFIX}/lib
                     39: #FAKE_FLAGS =          ???
                     40: #REGRESS_FLAGS =       ???
                     41:
                     42: USE_X11 =              Yes
                     43: USE_GMAKE =            Yes
                     44:
                     45: #REGRESS_IS_INTERACTIVE =      Yes
                     46:
                     47: #NO_REGRESS =          Yes
                     48:
                     49: #CFLAGS =              ???
                     50: #LDFLAGS =             ???
                     51: #MAKE_FILE =           ???
                     52: #PKG_ARCH =            ???
                     53: #WRKDIST =             ??? if other than ${WRKDIR}/$DISTNAME
                     54: #WRKSRC =              ??? if other than ${WRKDIST}
                     55: #WRKBUILD =            ??? if other than ${WRKSRC}
                     56: #WRKCONF =             ??? if other than ${WRKBUILD}
                     57:
                     58: ALL_TARGET =           fotoxx
                     59: #INSTALL_TARGET =      ???
                     60: #REGRESS_TARGET =      ???
                     61:
                     62: .include <bsd.port.mk>

CVSweb