mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
20 lines
388 B
Makefile
20 lines
388 B
Makefile
# Created by: will
|
|
|
|
PORTNAME= jslice
|
|
PORTVERSION= 1.0.0
|
|
PORTREVISION= 3
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.pldaniels.com/jslice/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Graphics tool to split up a JPEG image and provide HTML for the slices
|
|
|
|
USES= jpeg
|
|
|
|
PLIST_FILES= bin/jslice
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/jslice ${STAGEDIR}${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|