1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

- Unbreak on current

- Trim  Makefile header

Approved by:	miwi, eadler (mentors, implicit)
This commit is contained in:
Antoine Brodin 2013-05-30 18:09:52 +00:00
parent d1b58e0695
commit a0dc177773
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319443
3 changed files with 3 additions and 10 deletions

View File

@ -1,10 +1,5 @@
# ex:ts=8
# New ports collection makefile for: libshhopt
# Date created: 11 April 1998
# Whom: Andrey Zakhvatov
#
# Created by: Andrey Zakhvatov
# $FreeBSD$
#
PORTNAME= libshhopt
PORTVERSION= 1.1.7

View File

@ -3,7 +3,6 @@
PREFIX = /usr/local
LIBDIR = $(PREFIX)/lib
INCSDIR = $(PREFIX)/include
INCDIR = $(INCSDIR) # for 4.x bsd.lib.mk
example:
$(CC) -o example example.c -I$(INCDIR) -L$(LIBDIR) -lshhopt

View File

@ -5,12 +5,11 @@ LIB= shhopt
LIBDIR= ${PREFIX}/lib
SHLIB_MAJOR= ${SHLIB_VER}
SHLIB_MINOR= 1
NOPROFILE= yes
NOOBJ= yes
NO_PROFILE= yes
NO_OBJ= yes
INCS= shhopt.h
INCSDIR=${PREFIX}/include
INCDIR= ${INCSDIR} # for 4.x bsd.lib.mk
SRCS= shhopt.c