aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/shot2png/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/shot2png/Makefile')
-rw-r--r--graphics/shot2png/Makefile26
1 files changed, 0 insertions, 26 deletions
diff --git a/graphics/shot2png/Makefile b/graphics/shot2png/Makefile
deleted file mode 100644
index 3ad4a225e64a..000000000000
--- a/graphics/shot2png/Makefile
+++ /dev/null
@@ -1,26 +0,0 @@
-# New ports collection makefile for: shot2png
-# Date created: 18 May 2001
-# Whom: nik
-#
-# $FreeBSD$
-#
-
-PORTNAME= shot2png
-PORTVERSION= 1.0
-CATEGORIES= graphics
-
-MASTER_SITES= ${MASTER_SITE_LOCAL}
-MASTER_SITE_SUBDIR=nik
-NO_WRKSUBDIR= yes
-
-MAINTAINER= nik@freebsd.org
-
-LIB_DEPENDS= gd.2:${PORTSDIR}/graphics/gd
-
-MAN1= shot2png.1
-MANCOMPRESSED= yes
-
-do-install:
- @cd ${WRKSRC}; ${MAKE} BINDIR=${LOCALBASE}/bin SHAREDIR=${LOCALBASE} install
-
-.include <bsd.port.mk>