mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
e9e43bd953
and provides HTML code referring the slices.
21 lines
383 B
Makefile
21 lines
383 B
Makefile
# New ports collection makefile for: insert
|
|
# Date created: Wed 12 Jul 2000
|
|
# Whom: will
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jslice
|
|
PORTVERSION= 1.0.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.pldaniels.com/jslice/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
|
|
LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/jslice ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|