- spacing tweaks

- MAINTAINER moved to ../Makefile.inc

committing on behalf of laurent@
This commit is contained in:
jasper 2010-01-11 15:03:47 +00:00
parent 4a864d9c8f
commit 349ad98a76
2 changed files with 33 additions and 24 deletions

View File

@ -1,24 +1,35 @@
# $OpenBSD: Makefile,v 1.4 2007/12/17 23:00:08 laurent Exp $
# $OpenBSD: Makefile,v 1.5 2010/01/11 15:03:47 jasper Exp $
COMMENT= immensly fast JPEG thumbnailer library
DISTNAME= epeg-20071211
BROKEN = needs an update
HOMEPAGE= http://docs.enlightenment.org/api/epeg/html/
COMMENT = immensly fast JPEG thumbnailer library
DISTNAME = epeg-20071211
PKGNAME = ${DISTNAME}p0
SHARED_LIBS= epeg 0.0 # .0.9
HOMEPAGE = http://docs.enlightenment.org/api/epeg/html/
SHARED_LIBS = epeg 0.0 # .0.9
# BSD
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
PERMIT_PACKAGE_CDROM = Yes
PERMIT_PACKAGE_FTP = Yes
PERMIT_DISTFILES_CDROM =Yes
PERMIT_DISTFILES_FTP = Yes
WANTLIB= c
WANTLIB = c
LIB_DEPENDS= jpeg::graphics/jpeg
LIB_DEPENDS = jpeg::graphics/jpeg
CONFIGURE_STYLE= automake autoconf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
CONFIGURE_STYLE = automake autoconf
USE_LIBTOOL = Yes
AUTOCONF_VERSION = 2.61
AUTOMAKE_VERSION = 1.9
AUTOMAKE_ENV = AUTOCONF_VERSION=${AUTOCONF_VERSION} \
AUTOMAKE_VERSION=${AUTOMAKE_VERSION}
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
.include <bsd.port.mk>

View File

@ -1,8 +1,10 @@
# $OpenBSD: Makefile,v 1.9 2009/08/11 08:42:07 ajacoutot Exp $
# $OpenBSD: Makefile,v 1.10 2010/01/11 15:04:32 jasper Exp $
COMMENT= toolkit based on the EFL
DISTNAME= etk-20071211
PKGNAME= ${DISTNAME}p3
BROKEN = needs an update
COMMENT= toolkit based on the EFL
DISTNAME= etk-20071211
PKGNAME = ${DISTNAME}p4
SHARED_LIBS += etk 0.0 # .1.0
@ -14,17 +16,13 @@ PERMIT_DISTFILES_FTP= Yes
MODULES= devel/gettext
WANTLIB += SDL X11 Xau Xcomposite Xcursor Xdamage Xdmcp Xext Xfixes
WANTLIB += Xinerama Xp Xrandr Xrender Xss c crypto curl eet evas
WANTLIB += expat fontconfig freetype idn jpeg m pthread sndio
WANTLIB += ssl usbhid z pthread-stubs xcb
LIB_DEPENDS= ecore,ecore_evas,ecore_file,ecore_job,ecore_txt,ecore_x,ecore_imf,ecore_imf_evas::x11/e17/ecore \
embryo::x11/e17/embryo \
edje::x11/e17/edje
LIB_DEPENDS= edje::x11/e17/edje
RUN_DEPENDS= ::devel/desktop-file-utils
USE_LIBTOOL = Yes
USE_GMAKE= Yes
CONFIGURE_STYLE= automake autoconf