diff options
author | Rene Ladan <rene@FreeBSD.org> | 2018-12-11 13:02:50 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2018-12-11 13:02:50 +0000 |
commit | 0fd403935ec532c3f1c293c1ce848fa11ef2f67f (patch) | |
tree | cd29f22d33a798f960e55b15a36127d05436a4db /graphics/cbrpager/Makefile | |
parent | 5826ab7fdbb4db62276f687ae8830b8e25e903d4 (diff) |
Notes
Diffstat (limited to 'graphics/cbrpager/Makefile')
-rw-r--r-- | graphics/cbrpager/Makefile | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/graphics/cbrpager/Makefile b/graphics/cbrpager/Makefile deleted file mode 100644 index 8022a34c8128..000000000000 --- a/graphics/cbrpager/Makefile +++ /dev/null @@ -1,53 +0,0 @@ -# Created by: ijliao -# $FreeBSD$ - -PORTNAME= cbrpager -PORTVERSION= 0.9.22 -PORTREVISION= 7 -CATEGORIES= graphics -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION} \ - SF/nemysisfreebsdp/${CATEGORIES}/:icons -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ - ${PORTNAME}.png:icons -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} - -MAINTAINER= ports@FreeBSD.org -COMMENT= Viewer for cbr (comic book archive) files - -LICENSE= GPLv3 - -DEPRECATED= GNOME 2 application -EXPIRATION_DATE= 2018-12-10 - -USES= pkgconfig -GNU_CONFIGURE= yes -USE_GNOME= libgnomeui - -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - -OPTIONS_DEFINE= NLS -OPTIONS_SUB= yes - -NLS_USES= gettext - -PLIST_FILES= bin/${PORTNAME} \ - share/pixmaps/${PORTNAME}.png \ - %%NLS%%share/locale/es/LC_MESSAGES/${PORTNAME}.mo \ - %%NLS%%share/locale/fr/LC_MESSAGES/${PORTNAME}.mo - -DESKTOP_ENTRIES="cbrPager" "Comic book viewer" "${PORTNAME}" \ - "${PORTNAME}" "Graphics;Viewer;GNOME;" "" - -.include <bsd.port.options.mk> - -post-configure: -.if ! ${PORT_OPTIONS:MNLS} - @${REINPLACE_CMD} 's|src po|src|' ${WRKSRC}/Makefile -.endif - -post-install: - ${INSTALL_DATA} ${_DISTDIR}/${PORTNAME}.png \ - ${STAGEDIR}${PREFIX}/share/pixmaps/ - -.include <bsd.port.mk> |