diff options
Diffstat (limited to 'graphics/quickpics/Makefile')
-rw-r--r-- | graphics/quickpics/Makefile | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/graphics/quickpics/Makefile b/graphics/quickpics/Makefile deleted file mode 100644 index 7b521d548546..000000000000 --- a/graphics/quickpics/Makefile +++ /dev/null @@ -1,35 +0,0 @@ -# New ports collection makefile for: QuickPics -# Date Created: 10 March 2000 -# Whom: Stever <stever@transmission23.com> -# -# $FreeBSD$ -# - -PORTNAME= quickpics -PORTVERSION= 1.8 -PORTREVISION= 1 -CATEGORIES= graphics -MASTER_SITES= # -DISTNAME= QuickPics-${PORTVERSION} - -MAINTAINER= bifrost@kizmiaz.dis.org -COMMENT= A really handy tool for large image collections and digital cameras - -DEPRECATED= mastersite disappeared, no longer maintained by author -EXPIRATION_DATE= 2006-02-28 - -LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg - -WRKSRC= ${WRKDIR}/${DISTNAME}/src - -GNU_CONFIGURE= yes -ALL_TARGET= qp - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/qp ${PREFIX}/bin -.if !defined(NOPORTDOCS) - ${MKDIR} ${PREFIX}/share/doc/qp - ${INSTALL_DATA} ${WRKSRC}/../README ${PREFIX}/share/doc/qp -.endif - -.include <bsd.port.mk> |